#8A8DF9

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

Shades of Light Slate Blue #8A8DF9

Tints of Light Slate Blue #8A8DF9

Color information

#8A8DF9 (or 0x8A8DF9) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 8D and F9. RGB value is (138,141,249). Sum of RGB (Red+Green+Blue) = 138+141+249=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DF9 is #757206. Grayscale: #979797. Windows color (decimal): -7696903 or 16354698. OLE color: 16354698.

HSL color Cylindrical-coordinate representation of color #8A8DF9: hue angle of 238.38º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A8DF9 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138141249-
CMYK0.450.4300.02
HSL238.38º90.24%75.88%-
HSV(B)238.38º44.58%97.65%-
XYZ37.131.2993.71-
YUV152.42182.51117.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 249 (97.66% from 255) = 47.16%
R=26.14%
G=26.70%
B=47.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381412490.450.4300.02238.3890.2475.88
Hex8A8DF92D2B02ee5a4c
Octal212215371555302356132114
Binary1000101010001101111110011011011010110101110111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,141,249); }

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

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

 a { background-color: rgb(138,141,249); }

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

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

 span { border-color: rgb(138,141,249); }

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