Html Css Color HEX #7E5ECD Slate Blue

📋 copy color: '#7E5ECD'

red 126 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #7E5ECD

Tints of Slate Blue #7E5ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 29.65%
G = 22.12%
B = 48.24%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E5ECD (or 0x7E5ECD) is known color: Slate Blue. HEX triplet: 7E, 5E and CD. RGB value is (126,94,205). Sum of RGB (Red+Green+Blue) = 126+94+205=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ECD is #81A132. Grayscale: #737373. Windows color (decimal): -8495411 or 13459070. OLE color: 13459070.

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

Color convert

RGB 126 94 205 -
CMYK 0.39 0.54 0 0.20
HSL 257.3º 0.53% 0.59% -
HSV(B) 257.3º 0.54% 0.8% -
XYZ 23.63 16.85 59.76 -
YUV 116.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 126 94 205 0.39 0.54 0 0.20 257.3 0.53 0.59
Hex 7E 5E CD 27 36 0 14 101 35 3B
Octal 176 136 315 47 66 0 24 401 65 73
Binary 1111110 1011110 11001101 100111 110110 0 10100 100000001 110101 111011

Color Harmonies of #7E5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5ECD

Black with #7E5ECD

Text Example


Text Example

White with #7E5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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