Html Css Color HEX #7E5BCD Slate Blue

📋 copy color: '#7E5BCD'

red 126 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #7E5BCD

Tints of Slate Blue #7E5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 29.86%
G = 21.56%
B = 48.58%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E5BCD (or 0x7E5BCD) is known color: Slate Blue. HEX triplet: 7E, 5B and CD. RGB value is (126,91,205). Sum of RGB (Red+Green+Blue) = 126+91+205=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BCD is #81A432. Grayscale: #727272. Windows color (decimal): -8496179 or 13458302. OLE color: 13458302.

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

Color convert

RGB 126 91 205 -
CMYK 0.39 0.56 0 0.20
HSL 258.42º 0.53% 0.58% -
HSV(B) 258.42º 0.56% 0.8% -
XYZ 23.36 16.33 59.68 -
YUV 114.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 126 91 205 0.39 0.56 0 0.20 258.42 0.53 0.58
Hex 7E 5B CD 27 38 0 14 102 35 3A
Octal 176 133 315 47 70 0 24 402 65 72
Binary 1111110 1011011 11001101 100111 111000 0 10100 100000010 110101 111010

Color Harmonies of #7E5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5BCD

Black with #7E5BCD

Text Example


Text Example

White with #7E5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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