#735BD2

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

Shades of Slate Blue #735BD2

Tints of Slate Blue #735BD2

Color information

#735BD2 (or 0x735BD2) is unknown color: approx Slate Blue. HEX triplet: 73, 5B and D2. RGB value is (115,91,210). Sum of RGB (Red+Green+Blue) = 115+91+210=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #735BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BD2 is #8CA42D. Grayscale: #6F6F6F. Windows color (decimal): -9217070 or 13785971. OLE color: 13785971.

HSL color Cylindrical-coordinate representation of color #735BD2: hue angle of 252.1º 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 #735BD2 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11591210-
CMYK0.450.5700.18
HSL252.1º56.94%59.02%-
HSV(B)252.1º56.67%82.35%-
XYZ22.4415.7862.84-
YUV111.74183.45130.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 210 (82.42% from 255) = 50.48%
R=27.64%
G=21.88%
B=50.48%

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
Decimal115912100.450.5700.18252.156.9459.02
Hex735BD22D39012fc393b
Octal16313332255710223747173
Binary111001110110111101001010110111100101001011111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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