#7E4CCC

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

Shades of Slate Blue #7E4CCC

Tints of Slate Blue #7E4CCC

Color information

#7E4CCC (or 0x7E4CCC) is unknown color: approx Slate Blue. HEX triplet: 7E, 4C and CC. RGB value is (126,76,204). Sum of RGB (Red+Green+Blue) = 126+76+204=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CCC is #81B333. Grayscale: #696969. Windows color (decimal): -8500020 or 13388926. OLE color: 13388926.

HSL color Cylindrical-coordinate representation of color #7E4CCC: hue angle of 263.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E4CCC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12676204-
CMYK0.380.6300.2
HSL263.44º55.65%54.9%-
HSV(B)263.44º62.75%80%-
XYZ22.0913.9658.66-
YUV105.54183.56142.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.03%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=31.03%
G=18.72%
B=50.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal126762040.380.6300.2263.4455.6554.9
Hex7E4CCC263F0141073837
Octal17611431446770244077067
Binary1111110100110011001100100110111111010100100000111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,204); }

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

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

 a { background-color: rgb(126,76,204); }

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

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

 span { border-color: rgb(126,76,204); }

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