Html Css Color HEX #7C59DB Slate Blue

📋 copy color: '#7C59DB'

red 124 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7C59DB

Tints of Slate Blue #7C59DB

RGB

 RED value IS 124 (48.83% from 255) = 28.7%

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

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

R = 28.7%
G = 20.6%
B = 50.69%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C59DB (or 0x7C59DB) is known color: Slate Blue. HEX triplet: 7C, 59 and DB. RGB value is (124,89,219). Sum of RGB (Red+Green+Blue) = 124+89+219=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C59DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59DB is #83A624. Grayscale: #717171. Windows color (decimal): -8627749 or 14375292. OLE color: 14375292.

HSL color Cylindrical-coordinate representation of color #7C59DB: hue angle of 256.15º 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 #7C59DB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 89 219 -
CMYK 0.43 0.59 0 0.14
HSL 256.15º 0.64% 0.6% -
HSV(B) 256.15º 0.59% 0.86% -
XYZ 24.67 16.54 68.91 -
YUV 114.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 124 89 219 0.43 0.59 0 0.14 256.15 0.64 0.6
Hex 7C 59 DB 2B 3B 0 E 100 40 3C
Octal 174 131 333 53 73 0 16 400 100 74
Binary 1111100 1011001 11011011 101011 111011 0 1110 100000000 1000000 111100

Color Harmonies of #7C59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C59DB

Black with #7C59DB

Text Example


Text Example

White with #7C59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C59DB; }

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

 H1.HeaderClassName
 {
   color: #7C59DB;
 }
 .AnyTagClassName
 {
   color: #7C59DB;
 }
</style>

background-color css

<style>
 a { background-color: #7C59DB; }

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

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

border-color css

<style>
 span { border-color: #7C59DB; }

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

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