Html Css Color HEX #7559CB Slate Blue

📋 copy color: '#7559CB'

red 117 ◦ green 89 ◦ blue 203

#7559CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7559CB

Tints of Slate Blue #7559CB

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 value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7559CB (or 0x7559CB) is known color: 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

RGB 117 89 203 -
CMYK 0.42 0.56 0 0.20
HSL 254.74º 0.52% 0.57% -
HSV(B) 254.74º 0.56% 0.8% -
XYZ 21.69 15.24 58.3 -
YUV 110.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 117 89 203 0.42 0.56 0 0.20 254.74 0.52 0.57
Hex 75 59 CB 2A 38 0 14 FF 34 39
Octal 165 131 313 52 70 0 24 377 64 71
Binary 1110101 1011001 11001011 101010 111000 0 10100 11111111 110100 111001

Color Harmonies of #7559CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559CB

Black with #7559CB

Text Example


Text Example

White with #7559CB

Text Example


Text Example

HTML Codes & Css Web 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>