#7559CB

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

Shades of Slate Blue #7559CB

Tints of Slate Blue #7559CB

Color information

#7559CB (or 0x7559CB) is unknown color: approx Slate Blue. HEX triplet: 75, 59 and CB. RGB value is (117,89,203). Sum of RGB (Red+Green+Blue) = 117+89+203=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #7559CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559CB is #8AA634. Grayscale: #6D6D6D. Windows color (decimal): -9086517 or 13326709. OLE color: 13326709.

HSL color Cylindrical-coordinate representation of color #7559CB: hue angle of 254.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7559CB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11789203-
CMYK0.420.5600.20
HSL254.74º52.29%57.25%-
HSV(B)254.74º56.16%79.61%-
XYZ21.6915.2458.3-
YUV110.37180.28132.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=28.61%
G=21.76%
B=49.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117892030.420.5600.20254.7452.2957.25
Hex7559CB2A38014ff3439
Octal16513131352700243776471
Binary111010110110011100101110101011100001010011111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7559CB; }

 p { color: rgb(117,89,203); }

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

<style>
 a { background-color: #7559CB; }

 a { background-color: rgb(117,89,203); }

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

<style>
 span { border-color: #7559CB; }

 span { border-color: rgb(117,89,203); }

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