#7E4FD4

Color #7E4FD4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7E4FD4

Tints of Slate Blue #7E4FD4

Color information

#7E4FD4 (or 0x7E4FD4) is unknown color: approx Slate Blue. HEX triplet: 7E, 4F and D4. RGB value is (126,79,212). Sum of RGB (Red+Green+Blue) = 126+79+212=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #7E4FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FD4 is #81B02B. Grayscale: #6B6B6B. Windows color (decimal): -8499244 or 13913982. OLE color: 13913982.

HSL color Cylindrical-coordinate representation of color #7E4FD4: hue angle of 261.2º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E4FD4 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12679212-
CMYK0.410.6300.17
HSL261.2º60.73%57.06%-
HSV(B)261.2º62.74%83.14%-
XYZ23.2814.7863.91-
YUV108.22186.57140.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=30.22%
G=18.94%
B=50.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal126792120.410.6300.17261.260.7357.06
Hex7E4FD4293F0111053d39
Octal17611732451770214057571
Binary1111110100111111010100101001111111010001100000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E4FD4;
 }
 .AnyTagClassName
 {
   color: #7E4FD4;
 }
</style>
background-color css

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

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

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

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

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

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