#7E5ACA

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

Shades of Slate Blue #7E5ACA

Tints of Slate Blue #7E5ACA

Color information

#7E5ACA (or 0x7E5ACA) is unknown color: approx Slate Blue. HEX triplet: 7E, 5A and CA. RGB value is (126,90,202). Sum of RGB (Red+Green+Blue) = 126+90+202=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E5ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ACA is #81A535. Grayscale: #717171. Windows color (decimal): -8496438 or 13261438. OLE color: 13261438.

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

Color convert

RGB12690202-
CMYK0.380.5500.21
HSL259.29º51.38%57.25%-
HSV(B)259.29º55.45%79.22%-
XYZ22.9216.0157.76-
YUV113.53177.93136.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=30.14%
G=21.53%
B=48.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126902020.380.5500.21259.2951.3857.25
Hex7E5ACA26370151033339
Octal17613231246670254036371
Binary1111110101101011001010100110110111010101100000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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