#8A89FE

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

Shades of Light Slate Blue #8A89FE

Tints of Light Slate Blue #8A89FE

Color information

#8A89FE (or 0x8A89FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 89 and FE. RGB value is (138,137,254). Sum of RGB (Red+Green+Blue) = 138+137+254=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A89FE is #757601. Grayscale: #969696. Windows color (decimal): -7697922 or 16681354. OLE color: 16681354.

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

Color convert

RGB138137254-
CMYK0.460.4600.00
HSL240.51º98.32%76.67%-
HSV(B)240.51º46.06%99.61%-
XYZ37.3230.4597.68-
YUV150.64186.33118.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=26.09%
G=25.90%
B=48.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381372540.460.4600.00240.5198.3276.67
Hex8A89FE2E2E00f1624d
Octal212211376565600361142115
Binary100010101000100111111110101110101110001111000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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