#7F4DCC

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

Shades of Slate Blue #7F4DCC

Tints of Slate Blue #7F4DCC

Color information

#7F4DCC (or 0x7F4DCC) is unknown color: approx Slate Blue. HEX triplet: 7F, 4D and CC. RGB value is (127,77,204). Sum of RGB (Red+Green+Blue) = 127+77+204=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DCC is #80B233. Grayscale: #696969. Windows color (decimal): -8434228 or 13389183. OLE color: 13389183.

HSL color Cylindrical-coordinate representation of color #7F4DCC: hue angle of 263.62º 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 #7F4DCC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12777204-
CMYK0.380.6200.2
HSL263.62º55.46%55.1%-
HSV(B)263.62º62.25%80%-
XYZ22.3114.1858.69-
YUV106.43183.06142.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 204 (80.08% from 255) = 50%
R=31.13%
G=18.87%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127772040.380.6200.2263.6255.4655.1
Hex7F4DCC263E0141083737
Octal17711531446760244106767
Binary1111111100110111001100100110111110010100100001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,77,204); }

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

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

 a { background-color: rgb(127,77,204); }

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

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

 span { border-color: rgb(127,77,204); }

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