#9A91FE

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

Shades of Light Slate Blue #9A91FE

Tints of Light Slate Blue #9A91FE

Color information

#9A91FE (or 0x9A91FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 91 and FE. RGB value is (154,145,254). Sum of RGB (Red+Green+Blue) = 154+145+254=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A91FE is #656E01. Grayscale: #9F9F9F. Windows color (decimal): -6647298 or 16683418. OLE color: 16683418.

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

Color convert

RGB154145254-
CMYK0.390.4300.00
HSL244.95º98.2%78.24%-
HSV(B)244.95º42.91%99.61%-
XYZ41.3434.2898.2-
YUV160.12180.98123.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=27.85%
G=26.22%
B=45.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541452540.390.4300.00244.9598.278.24
Hex9A91FE272B00f5624e
Octal232221376475300365142116
Binary100110101001000111111110100111101011001111010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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