#9C91F9

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

Shades of Light Slate Blue #9C91F9

Tints of Light Slate Blue #9C91F9

Color information

#9C91F9 (or 0x9C91F9) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 91 and F9. RGB value is (156,145,249). Sum of RGB (Red+Green+Blue) = 156+145+249=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C91F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C91F9 is #636E06. Grayscale: #9F9F9F. Windows color (decimal): -6516231 or 16355740. OLE color: 16355740.

HSL color Cylindrical-coordinate representation of color #9C91F9: hue angle of 246.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C91F9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156145249-
CMYK0.370.4200.02
HSL246.35º89.66%77.25%-
HSV(B)246.35º41.77%97.65%-
XYZ40.9334.1694.06-
YUV160.14178.14125.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=28.36%
G=26.36%
B=45.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561452490.370.4200.02246.3589.6677.25
Hex9C91F9252A02f65a4d
Octal234221371455202366132115
Binary1001110010010001111110011001011010100101111011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,249); }

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

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

 a { background-color: rgb(156,145,249); }

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

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

 span { border-color: rgb(156,145,249); }

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