#7F4ECB

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

Shades of Slate Blue #7F4ECB

Tints of Slate Blue #7F4ECB

Color information

#7F4ECB (or 0x7F4ECB) is unknown color: approx Slate Blue. HEX triplet: 7F, 4E and CB. RGB value is (127,78,203). Sum of RGB (Red+Green+Blue) = 127+78+203=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4ECB is #80B134. Grayscale: #6A6A6A. Windows color (decimal): -8433973 or 13323903. OLE color: 13323903.

HSL color Cylindrical-coordinate representation of color #7F4ECB: hue angle of 263.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F4ECB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12778203-
CMYK0.370.6200.20
HSL263.52º54.59%55.1%-
HSV(B)263.52º61.58%79.61%-
XYZ22.2614.2758.08-
YUV106.9182.23142.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 203 (79.69% from 255) = 49.75%
R=31.13%
G=19.12%
B=49.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127782030.370.6200.20263.5254.5955.1
Hex7F4ECB253E0141083737
Octal17711631345760244106767
Binary1111111100111011001011100101111110010100100001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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