#9A8AFF

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

Shades of Light Slate Blue #9A8AFF

Tints of Light Slate Blue #9A8AFF

Color information

#9A8AFF (or 0x9A8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8A and FF. RGB value is (154,138,255). Sum of RGB (Red+Green+Blue) = 154+138+255=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AFF is #657500. Grayscale: #9B9B9B. Windows color (decimal): -6649089 or 16747162. OLE color: 16747162.

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

Color convert

RGB154138255-
CMYK0.400.4600
HSL248.21º100%77.06%-
HSV(B)248.21º45.88%100%-
XYZ40.4632.2798.7-
YUV156.12183.8126.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 46.62%
R=28.15%
G=25.23%
B=46.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541382550.400.4600248.2110077.06
Hex9A8AFF282E00f8644d
Octal232212377505600370144115
Binary100110101000101011111111101000101110001111100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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