Html Css Color HEX #7E5ED8 Slate Blue

📋 copy color: '#7E5ED8'

red 126 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #7E5ED8

Tints of Slate Blue #7E5ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 28.9%
G = 21.56%
B = 49.54%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E5ED8 (or 0x7E5ED8) is known color: Slate Blue. HEX triplet: 7E, 5E and D8. RGB value is (126,94,216). Sum of RGB (Red+Green+Blue) = 126+94+216=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #7E5ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ED8 is #81A127. Grayscale: #757575. Windows color (decimal): -8495400 or 14179966. OLE color: 14179966.

HSL color Cylindrical-coordinate representation of color #7E5ED8: hue angle of 255.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5ED8 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 94 216 -
CMYK 0.42 0.56 0 0.15
HSL 255.74º 0.61% 0.61% -
HSV(B) 255.74º 0.56% 0.85% -
XYZ 25 17.4 67.01 -
YUV 117.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 126 94 216 0.42 0.56 0 0.15 255.74 0.61 0.61
Hex 7E 5E D8 2A 38 0 F 100 3D 3D
Octal 176 136 330 52 70 0 17 400 75 75
Binary 1111110 1011110 11011000 101010 111000 0 1111 100000000 111101 111101

Color Harmonies of #7E5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5ED8

Black with #7E5ED8

Text Example


Text Example

White with #7E5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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