#9A8BFF

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

Shades of Light Slate Blue #9A8BFF

Tints of Light Slate Blue #9A8BFF

Color information

#9A8BFF (or 0x9A8BFF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8B and FF. RGB value is (154,139,255). Sum of RGB (Red+Green+Blue) = 154+139+255=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BFF is #657400. Grayscale: #9C9C9C. Windows color (decimal): -6648833 or 16747418. OLE color: 16747418.

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

Color convert

RGB154139255-
CMYK0.400.4500
HSL247.76º100%77.25%-
HSV(B)247.76º45.49%100%-
XYZ40.6132.5698.75-
YUV156.71183.47126.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 255 (100% from 255) = 46.53%
R=28.10%
G=25.36%
B=46.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541392550.400.4500247.7610077.25
Hex9A8BFF282D00f8644d
Octal232213377505500370144115
Binary100110101000101111111111101000101101001111100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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