#8A77FE

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

Shades of Light Slate Blue #8A77FE

Tints of Light Slate Blue #8A77FE

Color information

#8A77FE (or 0x8A77FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 77 and FE. RGB value is (138,119,254). Sum of RGB (Red+Green+Blue) = 138+119+254=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A77FE is #758801. Grayscale: #8B8B8B. Windows color (decimal): -7702530 or 16676746. OLE color: 16676746.

HSL color Cylindrical-coordinate representation of color #8A77FE: hue angle of 248.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A77FE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138119254-
CMYK0.460.5300.00
HSL248.44º98.54%73.14%-
HSV(B)248.44º53.15%99.61%-
XYZ34.9725.7596.89-
YUV140.07192.29126.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=27.01%
G=23.29%
B=49.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381192540.460.5300.00248.4498.5473.14
Hex8A77FE2E3500f86349
Octal212167376566500370143111
Binary10001010111011111111110101110110101001111100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,254); }

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

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

 a { background-color: rgb(138,119,254); }

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

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

 span { border-color: rgb(138,119,254); }

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