#735AD2

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

Shades of Slate Blue #735AD2

Tints of Slate Blue #735AD2

Color information

#735AD2 (or 0x735AD2) is unknown color: approx Slate Blue. HEX triplet: 73, 5A and D2. RGB value is (115,90,210). Sum of RGB (Red+Green+Blue) = 115+90+210=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #735AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AD2 is #8CA52D. Grayscale: #6E6E6E. Windows color (decimal): -9217326 or 13785715. OLE color: 13785715.

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

Color convert

RGB11590210-
CMYK0.450.5700.18
HSL252.5º57.14%58.82%-
HSV(B)252.5º57.14%82.35%-
XYZ22.3615.6162.81-
YUV111.16183.78130.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 210 (82.42% from 255) = 50.60%
R=27.71%
G=21.69%
B=50.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115902100.450.5700.18252.557.1458.82
Hex735AD22D39012fc393b
Octal16313232255710223747173
Binary111001110110101101001010110111100101001011111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,210); }

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

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

 a { background-color: rgb(115,90,210); }

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

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

 span { border-color: rgb(115,90,210); }

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