#7F4FD4

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

Shades of Slate Blue #7F4FD4

Tints of Slate Blue #7F4FD4

Color information

#7F4FD4 (or 0x7F4FD4) is unknown color: approx Slate Blue. HEX triplet: 7F, 4F and D4. RGB value is (127,79,212). Sum of RGB (Red+Green+Blue) = 127+79+212=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #7F4FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FD4 is #80B02B. Grayscale: #6C6C6C. Windows color (decimal): -8433708 or 13913983. OLE color: 13913983.

HSL color Cylindrical-coordinate representation of color #7F4FD4: hue angle of 261.65º 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 #7F4FD4 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12779212-
CMYK0.400.6300.17
HSL261.65º60.73%57.06%-
HSV(B)261.65º62.74%83.14%-
XYZ23.4314.8663.92-
YUV108.51186.4141.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=30.38%
G=18.90%
B=50.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal127792120.400.6300.17261.6560.7357.06
Hex7F4FD4283F0111063d39
Octal17711732450770214067571
Binary1111111100111111010100101000111111010001100000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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