#8A90FD

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

Shades of Light Slate Blue #8A90FD

Tints of Light Slate Blue #8A90FD

Color information

#8A90FD (or 0x8A90FD) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 90 and FD. RGB value is (138,144,253). Sum of RGB (Red+Green+Blue) = 138+144+253=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A90FD is #756F02. Grayscale: #9A9A9A. Windows color (decimal): -7696131 or 16617610. OLE color: 16617610.

HSL color Cylindrical-coordinate representation of color #8A90FD: hue angle of 236.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A90FD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138144253-
CMYK0.450.4300.01
HSL236.87º96.64%76.67%-
HSV(B)236.87º45.45%99.22%-
XYZ38.1832.4497.18-
YUV154.63183.51116.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=25.79%
G=26.92%
B=47.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381442530.450.4300.01236.8796.6476.67
Hex8A90FD2D2B01ed614d
Octal212220375555301355141115
Binary100010101001000011111101101101101011011110110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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