#9A93FE

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

Shades of Light Slate Blue #9A93FE

Tints of Light Slate Blue #9A93FE

Color information

#9A93FE (or 0x9A93FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 93 and FE. RGB value is (154,147,254). Sum of RGB (Red+Green+Blue) = 154+147+254=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A93FE is #656C01. Grayscale: #A0A0A0. Windows color (decimal): -6646786 or 16683930. OLE color: 16683930.

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

Color convert

RGB154147254-
CMYK0.390.4200.00
HSL243.93º98.17%78.63%-
HSV(B)243.93º42.13%99.61%-
XYZ41.6534.8998.31-
YUV161.29180.32122.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=27.75%
G=26.49%
B=45.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541472540.390.4200.00243.9398.1778.63
Hex9A93FE272A00f4624f
Octal232223376475200364142117
Binary100110101001001111111110100111101010001111010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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