Html Css Color HEX #7559DB Slate Blue

📋 copy color: '#7559DB'

red 117 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7559DB

Tints of Slate Blue #7559DB

RGB

 RED value IS 117 (46.09% from 255) = 27.53%

 GREEN value IS 89 (35.16% from 255) = 20.94%

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 27.53%
G = 20.94%
B = 51.53%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7559DB (or 0x7559DB) is known color: Slate Blue. HEX triplet: 75, 59 and DB. RGB value is (117,89,219). Sum of RGB (Red+Green+Blue) = 117+89+219=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7559DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559DB is #8AA624. Grayscale: #6F6F6F. Windows color (decimal): -9086501 or 14375285. OLE color: 14375285.

HSL color Cylindrical-coordinate representation of color #7559DB: hue angle of 252.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7559DB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 89 219 -
CMYK 0.47 0.59 0 0.14
HSL 252.92º 0.64% 0.6% -
HSV(B) 252.92º 0.59% 0.86% -
XYZ 23.69 16.04 68.87 -
YUV 112.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 117 89 219 0.47 0.59 0 0.14 252.92 0.64 0.6
Hex 75 59 DB 2F 3B 0 E FD 40 3C
Octal 165 131 333 57 73 0 16 375 100 74
Binary 1110101 1011001 11011011 101111 111011 0 1110 11111101 1000000 111100

Color Harmonies of #7559DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559DB

Black with #7559DB

Text Example


Text Example

White with #7559DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7559DB;
 }
 .AnyTagClassName
 {
   color: #7559DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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