#9A93FF

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

Shades of Light Slate Blue #9A93FF

Tints of Light Slate Blue #9A93FF

Color information

#9A93FF (or 0x9A93FF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 93 and FF. RGB value is (154,147,255). Sum of RGB (Red+Green+Blue) = 154+147+255=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A93FF is #656C00. Grayscale: #A0A0A0. Windows color (decimal): -6646785 or 16749466. OLE color: 16749466.

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

Color convert

RGB154147255-
CMYK0.400.4200
HSL243.89º100%78.82%-
HSV(B)243.89º42.35%100%-
XYZ41.8134.9699.15-
YUV161.4180.82122.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 255 (100% from 255) = 45.86%
R=27.70%
G=26.44%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541472550.400.4200243.8910078.82
Hex9A93FF282A00f4644f
Octal232223377505200364144117
Binary100110101001001111111111101000101010001111010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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