#7F4EDF

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

Shades of Slate Blue #7F4EDF

Tints of Slate Blue #7F4EDF

Color information

#7F4EDF (or 0x7F4EDF) is unknown color: approx Slate Blue. HEX triplet: 7F, 4E and DF. RGB value is (127,78,223). Sum of RGB (Red+Green+Blue) = 127+78+223=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F4EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EDF is #80B120. Grayscale: #6C6C6C. Windows color (decimal): -8433953 or 14634623. OLE color: 14634623.

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

Color convert

RGB12778223-
CMYK0.430.6500.13
HSL260.28º69.38%59.02%-
HSV(B)260.28º65.02%87.45%-
XYZ24.815.2971.46-
YUV109.18192.23140.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.67%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=29.67%
G=18.22%
B=52.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127782230.430.6500.13260.2869.3859.02
Hex7F4EDF2B410D104453b
Octal1771163375310101540410573
Binary11111111001110110111111010111000001011011000001001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,78,223); }

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

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

 a { background-color: rgb(127,78,223); }

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

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

 span { border-color: rgb(127,78,223); }

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