Html Css Color HEX #7E4DDD Slate Blue

📋 copy color: '#7E4DDD'

red 126 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #7E4DDD

Tints of Slate Blue #7E4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 29.72%
G = 18.16%
B = 52.12%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E4DDD (or 0x7E4DDD) is known color: Slate Blue. HEX triplet: 7E, 4D and DD. RGB value is (126,77,221). Sum of RGB (Red+Green+Blue) = 126+77+221=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E4DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DDD is #81B222. Grayscale: #6B6B6B. Windows color (decimal): -8499747 or 14503294. OLE color: 14503294.

HSL color Cylindrical-coordinate representation of color #7E4DDD: hue angle of 260.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4DDD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 77 221 -
CMYK 0.43 0.65 0 0.13
HSL 260.42º 0.68% 0.58% -
HSV(B) 260.42º 0.65% 0.87% -
XYZ 24.31 14.96 70.01 -
YUV 108.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 126 77 221 0.43 0.65 0 0.13 260.42 0.68 0.58
Hex 7E 4D DD 2B 41 0 D 104 44 3A
Octal 176 115 335 53 101 0 15 404 104 72
Binary 1111110 1001101 11011101 101011 1000001 0 1101 100000100 1000100 111010

Color Harmonies of #7E4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DDD

Black with #7E4DDD

Text Example


Text Example

White with #7E4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,221); }

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

background-color css

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

 a { background-color: rgb(126,77,221); }

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

border-color css

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

 span { border-color: rgb(126,77,221); }

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