#8A7EEC

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

Shades of Light Slate Blue #8A7EEC

Tints of Light Slate Blue #8A7EEC

Color information

#8A7EEC (or 0x8A7EEC) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7E and EC. RGB value is (138,126,236). Sum of RGB (Red+Green+Blue) = 138+126+236=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7EEC is #758113. Grayscale: #8D8D8D. Windows color (decimal): -7700756 or 15498890. OLE color: 15498890.

HSL color Cylindrical-coordinate representation of color #8A7EEC: hue angle of 246.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7EEC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138126236-
CMYK0.420.4700.07
HSL246.55º74.32%70.98%-
HSV(B)246.55º46.61%92.55%-
XYZ33.0826.3882.71-
YUV142.13180.98125.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 236 (92.58% from 255) = 47.2%
R=27.6%
G=25.2%
B=47.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381262360.420.4700.07246.5574.3270.98
Hex8A7EEC2A2F07f74a47
Octal212176354525707367112107
Binary1000101011111101110110010101010111101111111011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7EEC; }

 p { color: rgb(138,126,236); }

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

<style>
 a { background-color: #8A7EEC; }

 a { background-color: rgb(138,126,236); }

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

<style>
 span { border-color: #8A7EEC; }

 span { border-color: rgb(138,126,236); }

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