#7E4CCA

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

Shades of Slate Blue #7E4CCA

Tints of Slate Blue #7E4CCA

Color information

#7E4CCA (or 0x7E4CCA) is unknown color: approx Slate Blue. HEX triplet: 7E, 4C and CA. RGB value is (126,76,202). Sum of RGB (Red+Green+Blue) = 126+76+202=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CCA is #81B335. Grayscale: #686868. Windows color (decimal): -8500022 or 13257854. OLE color: 13257854.

HSL color Cylindrical-coordinate representation of color #7E4CCA: hue angle of 263.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4CCA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12676202-
CMYK0.380.6200.21
HSL263.81º54.31%54.51%-
HSV(B)263.81º62.38%79.22%-
XYZ21.8513.8757.4-
YUV105.31182.56142.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 50%
R=31.19%
G=18.81%
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.21
SystemRedGreenBlueCMYKHSL
Decimal126762020.380.6200.21263.8154.3154.51
Hex7E4CCA263E0151083637
Octal17611431246760254106667
Binary1111110100110011001010100110111110010101100001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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