Html Css Color HEX #7E4ADD Slate Blue

📋 copy color: '#7E4ADD'

red 126 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #7E4ADD

Tints of Slate Blue #7E4ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 29.93%
G = 17.58%
B = 52.49%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E4ADD (or 0x7E4ADD) is known color: Slate Blue. HEX triplet: 7E, 4A and DD. RGB value is (126,74,221). Sum of RGB (Red+Green+Blue) = 126+74+221=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ADD is #81B522. Grayscale: #696969. Windows color (decimal): -8500515 or 14502526. OLE color: 14502526.

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

Color convert

RGB 126 74 221 -
CMYK 0.43 0.67 0 0.13
HSL 261.22º 0.68% 0.58% -
HSV(B) 261.22º 0.67% 0.87% -
XYZ 24.1 14.55 69.95 -
YUV 106.31 192.73 142.05 -
System Red Green Blue C M Y K H S L
Decimal 126 74 221 0.43 0.67 0 0.13 261.22 0.68 0.58
Hex 7E 4A DD 2B 43 0 D 105 44 3A
Octal 176 112 335 53 103 0 15 405 104 72
Binary 1111110 1001010 11011101 101011 1000011 0 1101 100000101 1000100 111010

Color Harmonies of #7E4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4ADD

Black with #7E4ADD

Text Example


Text Example

White with #7E4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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