#9A8FF8

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

Shades of Light Slate Blue #9A8FF8

Tints of Light Slate Blue #9A8FF8

Color information

#9A8FF8 (or 0x9A8FF8) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8F and F8. RGB value is (154,143,248). Sum of RGB (Red+Green+Blue) = 154+143+248=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FF8 is #657007. Grayscale: #9D9D9D. Windows color (decimal): -6647816 or 16289690. OLE color: 16289690.

HSL color Cylindrical-coordinate representation of color #9A8FF8: hue angle of 246.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8FF8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154143248-
CMYK0.380.4200.03
HSL246.29º88.24%76.67%-
HSV(B)246.29º42.34%97.25%-
XYZ40.0933.2993.12-
YUV158.26178.64124.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=28.26%
G=26.24%
B=45.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541432480.380.4200.03246.2988.2476.67
Hex9A8FF8262A03f6584d
Octal232217370465203366130115
Binary1001101010001111111110001001101010100111111011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8FF8; }

 p { color: rgb(154,143,248); }

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

<style>
 a { background-color: #9A8FF8; }

 a { background-color: rgb(154,143,248); }

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

<style>
 span { border-color: #9A8FF8; }

 span { border-color: rgb(154,143,248); }

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