#8A90FE

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

Shades of Light Slate Blue #8A90FE

Tints of Light Slate Blue #8A90FE

Color information

#8A90FE (or 0x8A90FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 90 and FE. RGB value is (138,144,254). Sum of RGB (Red+Green+Blue) = 138+144+254=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A90FE is #756F01. Grayscale: #9A9A9A. Windows color (decimal): -7696130 or 16683146. OLE color: 16683146.

HSL color Cylindrical-coordinate representation of color #8A90FE: hue angle of 236.9º 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 #8A90FE is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138144254-
CMYK0.460.4300.00
HSL236.9º98.31%76.86%-
HSV(B)236.9º45.67%99.61%-
XYZ38.3432.5198.02-
YUV154.75184.01116.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=25.75%
G=26.87%
B=47.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381442540.460.4300.00236.998.3176.86
Hex8A90FE2E2B00ed624d
Octal212220376565300355142115
Binary100010101001000011111110101110101011001110110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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