#735CD0

Color #735CD0 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #735CD0

Tints of Slate Blue #735CD0

Color information

#735CD0 (or 0x735CD0) is unknown color: approx Slate Blue. HEX triplet: 73, 5C and D0. RGB value is (115,92,208). Sum of RGB (Red+Green+Blue) = 115+92+208=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #735CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CD0 is #8CA32F. Grayscale: #6F6F6F. Windows color (decimal): -9216816 or 13655155. OLE color: 13655155.

HSL color Cylindrical-coordinate representation of color #735CD0: hue angle of 251.9º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735CD0 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11592208-
CMYK0.450.5600.18
HSL251.9º55.24%58.82%-
HSV(B)251.9º55.77%81.57%-
XYZ22.2815.8561.56-
YUV112.1182.12130.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=27.71%
G=22.17%
B=50.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115922080.450.5600.18251.955.2458.82
Hex735CD02D38012fc373b
Octal16313432055700223746773
Binary111001110111001101000010110111100001001011111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735CD0; }

 p { color: rgb(115,92,208); }

 H1.HeaderClassName
 {
   color: #735CD0;
 }
 .AnyTagClassName
 {
   color: #735CD0;
 }
</style>
background-color css

<style>
 a { background-color: #735CD0; }

 a { background-color: rgb(115,92,208); }

 div.DivClassName
 {
   background-color: #735CD0;
 }
 .BgClassName
 {
   background-color: #735CD0;
 }
</style>
border-color css

<style>
 span { border-color: #735CD0; }

 span { border-color: rgb(115,92,208); }

 td.TdClassName
 {
   border-color: #735CD0;
 }
 .TagClassName
 {
   border-color: #735CD0;
 }
</style>