Html Css Color HEX #7E56DB Slate Blue

📋 copy color: '#7E56DB'

red 126 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #7E56DB

Tints of Slate Blue #7E56DB

RGB

 RED value IS 126 (49.61% from 255) = 29.23%

 GREEN value IS 86 (33.98% from 255) = 19.95%

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

R = 29.23%
G = 19.95%
B = 50.81%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E56DB (or 0x7E56DB) is known color: Slate Blue. HEX triplet: 7E, 56 and DB. RGB value is (126,86,219). Sum of RGB (Red+Green+Blue) = 126+86+219=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56DB is #81A924. Grayscale: #707070. Windows color (decimal): -8497445 or 14374526. OLE color: 14374526.

HSL color Cylindrical-coordinate representation of color #7E56DB: hue angle of 258.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E56DB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 86 219 -
CMYK 0.42 0.61 0 0.14
HSL 258.05º 0.65% 0.6% -
HSV(B) 258.05º 0.61% 0.86% -
XYZ 24.72 16.21 68.84 -
YUV 113.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 126 86 219 0.42 0.61 0 0.14 258.05 0.65 0.6
Hex 7E 56 DB 2A 3D 0 E 102 41 3C
Octal 176 126 333 52 75 0 16 402 101 74
Binary 1111110 1010110 11011011 101010 111101 0 1110 100000010 1000001 111100

Color Harmonies of #7E56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E56DB

Black with #7E56DB

Text Example


Text Example

White with #7E56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,86,219); }

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

background-color css

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

 a { background-color: rgb(126,86,219); }

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

border-color css

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

 span { border-color: rgb(126,86,219); }

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