Html Css Color HEX #7E5ECE Slate Blue

📋 copy color: '#7E5ECE'

red 126 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #7E5ECE

Tints of Slate Blue #7E5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 29.58%
G = 22.07%
B = 48.36%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E5ECE (or 0x7E5ECE) is known color: Slate Blue. HEX triplet: 7E, 5E and CE. RGB value is (126,94,206). Sum of RGB (Red+Green+Blue) = 126+94+206=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ECE is #81A131. Grayscale: #737373. Windows color (decimal): -8495410 or 13524606. OLE color: 13524606.

HSL color Cylindrical-coordinate representation of color #7E5ECE: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E5ECE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 94 206 -
CMYK 0.39 0.54 0 0.19
HSL 257.14º 0.53% 0.59% -
HSV(B) 257.14º 0.54% 0.81% -
XYZ 23.75 16.9 60.4 -
YUV 116.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 126 94 206 0.39 0.54 0 0.19 257.14 0.53 0.59
Hex 7E 5E CE 27 36 0 13 101 35 3B
Octal 176 136 316 47 66 0 23 401 65 73
Binary 1111110 1011110 11001110 100111 110110 0 10011 100000001 110101 111011

Color Harmonies of #7E5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5ECE

Black with #7E5ECE

Text Example


Text Example

White with #7E5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,206); }

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

background-color css

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

 a { background-color: rgb(126,94,206); }

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

border-color css

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

 span { border-color: rgb(126,94,206); }

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