#7E4ACA

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

Shades of Slate Blue #7E4ACA

Tints of Slate Blue #7E4ACA

Color information

#7E4ACA (or 0x7E4ACA) is unknown color: approx Slate Blue. HEX triplet: 7E, 4A and CA. RGB value is (126,74,202). Sum of RGB (Red+Green+Blue) = 126+74+202=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ACA is #81B535. Grayscale: #676767. Windows color (decimal): -8500534 or 13257342. OLE color: 13257342.

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

Color convert

RGB12674202-
CMYK0.380.6300.21
HSL264.38º54.7%54.12%-
HSV(B)264.38º63.37%79.22%-
XYZ21.7113.657.36-
YUV104.14183.23143.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.34%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=31.34%
G=18.41%
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.21
SystemRedGreenBlueCMYKHSL
Decimal126742020.380.6300.21264.3854.754.12
Hex7E4ACA263F0151083736
Octal17611231246770254106766
Binary1111110100101011001010100110111111010101100001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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