#7F4ECF

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

Shades of Slate Blue #7F4ECF

Tints of Slate Blue #7F4ECF

Color information

#7F4ECF (or 0x7F4ECF) is unknown color: approx Slate Blue. HEX triplet: 7F, 4E and CF. RGB value is (127,78,207). Sum of RGB (Red+Green+Blue) = 127+78+207=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4ECF is #80B130. Grayscale: #6A6A6A. Windows color (decimal): -8433969 or 13586047. OLE color: 13586047.

HSL color Cylindrical-coordinate representation of color #7F4ECF: hue angle of 262.79º degrees, saturation: 0.57, 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 #7F4ECF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12778207-
CMYK0.390.6200.19
HSL262.79º57.33%55.88%-
HSV(B)262.79º62.32%81.18%-
XYZ22.7414.4760.63-
YUV107.36184.23142.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.83%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=30.83%
G=18.93%
B=50.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal127782070.390.6200.19262.7957.3355.88
Hex7F4ECF273E0131073938
Octal17711631747760234077170
Binary1111111100111011001111100111111110010011100000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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