#735BCF

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

Shades of Slate Blue #735BCF

Tints of Slate Blue #735BCF

Color information

#735BCF (or 0x735BCF) is unknown color: approx Slate Blue. HEX triplet: 73, 5B and CF. RGB value is (115,91,207). Sum of RGB (Red+Green+Blue) = 115+91+207=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #735BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BCF is #8CA430. Grayscale: #6E6E6E. Windows color (decimal): -9217073 or 13589363. OLE color: 13589363.

HSL color Cylindrical-coordinate representation of color #735BCF: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #735BCF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11591207-
CMYK0.440.5600.19
HSL252.41º54.72%58.43%-
HSV(B)252.41º56.04%81.18%-
XYZ22.0715.6360.89-
YUV111.4181.95130.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=27.85%
G=22.03%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115912070.440.5600.19252.4154.7258.43
Hex735BCF2C38013fc373a
Octal16313331754700233746772
Binary111001110110111100111110110011100001001111111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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