Html Css Color HEX #7E4BD8 Slate Blue

📋 copy color: '#7E4BD8'

red 126 ◦ green 75 ◦ blue 216

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

Shades of Slate Blue #7E4BD8

Tints of Slate Blue #7E4BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 30.22%
G = 17.99%
B = 51.8%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E4BD8 (or 0x7E4BD8) is known color: Slate Blue. HEX triplet: 7E, 4B and D8. RGB value is (126,75,216). Sum of RGB (Red+Green+Blue) = 126+75+216=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #7E4BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BD8 is #81B427. Grayscale: #696969. Windows color (decimal): -8500264 or 14175102. OLE color: 14175102.

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

Color convert

RGB 126 75 216 -
CMYK 0.42 0.65 0 0.15
HSL 261.7º 0.64% 0.57% -
HSV(B) 261.7º 0.65% 0.85% -
XYZ 23.51 14.43 66.51 -
YUV 106.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 126 75 216 0.42 0.65 0 0.15 261.7 0.64 0.57
Hex 7E 4B D8 2A 41 0 F 106 40 39
Octal 176 113 330 52 101 0 17 406 100 71
Binary 1111110 1001011 11011000 101010 1000001 0 1111 100000110 1000000 111001

Color Harmonies of #7E4BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BD8

Black with #7E4BD8

Text Example


Text Example

White with #7E4BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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