Html Css Color HEX #7E4FCE Slate Blue

📋 copy color: '#7E4FCE'

red 126 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #7E4FCE

Tints of Slate Blue #7E4FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 30.66%
G = 19.22%
B = 50.12%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E4FCE (or 0x7E4FCE) is known color: Slate Blue. HEX triplet: 7E, 4F and CE. RGB value is (126,79,206). Sum of RGB (Red+Green+Blue) = 126+79+206=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FCE is #81B031. Grayscale: #6B6B6B. Windows color (decimal): -8499250 or 13520766. OLE color: 13520766.

HSL color Cylindrical-coordinate representation of color #7E4FCE: hue angle of 262.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4FCE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 79 206 -
CMYK 0.39 0.62 0 0.19
HSL 262.2º 0.56% 0.56% -
HSV(B) 262.2º 0.62% 0.81% -
XYZ 22.54 14.48 60 -
YUV 107.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 126 79 206 0.39 0.62 0 0.19 262.2 0.56 0.56
Hex 7E 4F CE 27 3E 0 13 106 38 38
Octal 176 117 316 47 76 0 23 406 70 70
Binary 1111110 1001111 11001110 100111 111110 0 10011 100000110 111000 111000

Color Harmonies of #7E4FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4FCE

Black with #7E4FCE

Text Example


Text Example

White with #7E4FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,79,206); }

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

background-color css

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

 a { background-color: rgb(126,79,206); }

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

border-color css

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

 span { border-color: rgb(126,79,206); }

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