#9A8FFF

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

Shades of Light Slate Blue #9A8FFF

Tints of Light Slate Blue #9A8FFF

Color information

#9A8FFF (or 0x9A8FFF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8F and FF. RGB value is (154,143,255). Sum of RGB (Red+Green+Blue) = 154+143+255=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFF is #657000. Grayscale: #9E9E9E. Windows color (decimal): -6647809 or 16748442. OLE color: 16748442.

HSL color Cylindrical-coordinate representation of color #9A8FFF: hue angle of 245.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8FFF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154143255-
CMYK0.400.4400
HSL245.89º100%78.04%-
HSV(B)245.89º43.92%100%-
XYZ41.233.7398.95-
YUV159.06182.14124.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 46.20%
R=27.90%
G=25.91%
B=46.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541432550.400.4400245.8910078.04
Hex9A8FFF282C00f6644e
Octal232217377505400366144116
Binary100110101000111111111111101000101100001111011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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