#9491F9

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

Shades of Light Slate Blue #9491F9

Tints of Light Slate Blue #9491F9

Color information

#9491F9 (or 0x9491F9) is unknown color: approx Light Slate Blue. HEX triplet: 94, 91 and F9. RGB value is (148,145,249). Sum of RGB (Red+Green+Blue) = 148+145+249=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #9491F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9491F9 is #6B6E06. Grayscale: #9D9D9D. Windows color (decimal): -7040519 or 16355732. OLE color: 16355732.

HSL color Cylindrical-coordinate representation of color #9491F9: hue angle of 241.73º 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 #9491F9 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148145249-
CMYK0.410.4200.02
HSL241.73º89.66%77.25%-
HSV(B)241.73º41.77%97.65%-
XYZ39.4433.3993.99-
YUV157.75179.49121.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 249 (97.66% from 255) = 45.94%
R=27.31%
G=26.75%
B=45.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481452490.410.4200.02241.7389.6677.25
Hex9491F9292A02f25a4d
Octal224221371515202362132115
Binary1001010010010001111110011010011010100101111001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9491F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9491F9; }

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

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

<style>
 a { background-color: #9491F9; }

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

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

<style>
 span { border-color: #9491F9; }

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

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