#7E54CA

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

Shades of Slate Blue #7E54CA

Tints of Slate Blue #7E54CA

Color information

#7E54CA (or 0x7E54CA) is unknown color: approx Slate Blue. HEX triplet: 7E, 54 and CA. RGB value is (126,84,202). Sum of RGB (Red+Green+Blue) = 126+84+202=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E54CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E54CA is #81AB35. Grayscale: #6D6D6D. Windows color (decimal): -8497974 or 13259902. OLE color: 13259902.

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

Color convert

RGB12684202-
CMYK0.380.5800.21
HSL261.36º52.68%56.08%-
HSV(B)261.36º58.42%79.22%-
XYZ22.4415.0457.6-
YUV110.01179.91139.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.58%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=30.58%
G=20.39%
B=49.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126842020.380.5800.21261.3652.6856.08
Hex7E54CA263A0151053538
Octal17612431246720254056570
Binary1111110101010011001010100110111010010101100000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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