#8A76EE

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

Shades of Light Slate Blue #8A76EE

Tints of Light Slate Blue #8A76EE

Color information

#8A76EE (or 0x8A76EE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 76 and EE. RGB value is (138,118,238). Sum of RGB (Red+Green+Blue) = 138+118+238=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A76EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A76EE is #758911. Grayscale: #898989. Windows color (decimal): -7702802 or 15627914. OLE color: 15627914.

HSL color Cylindrical-coordinate representation of color #8A76EE: hue angle of 250º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A76EE is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138118238-
CMYK0.420.5000.07
HSL250º77.92%69.8%-
HSV(B)250º50.42%93.33%-
XYZ32.3924.5383.92-
YUV137.66184.63128.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=27.94%
G=23.89%
B=48.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381182380.420.5000.0725077.9269.8
Hex8A76EE2A3207fa4e46
Octal212166356526207372116106
Binary1000101011101101110111010101011001001111111101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A76EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,238); }

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

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

 a { background-color: rgb(138,118,238); }

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

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

 span { border-color: rgb(138,118,238); }

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