#9591FC

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

Shades of Light Slate Blue #9591FC

Tints of Light Slate Blue #9591FC

Color information

#9591FC (or 0x9591FC) is unknown color: approx Light Slate Blue. HEX triplet: 95, 91 and FC. RGB value is (149,145,252). Sum of RGB (Red+Green+Blue) = 149+145+252=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9591FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591FC is #6A6E03. Grayscale: #9D9D9D. Windows color (decimal): -6974980 or 16552341. OLE color: 16552341.

HSL color Cylindrical-coordinate representation of color #9591FC: hue angle of 242.24º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9591FC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149145252-
CMYK0.410.4200.01
HSL242.24º94.69%77.84%-
HSV(B)242.24º42.46%98.82%-
XYZ40.0933.6796.48-
YUV158.39180.83121.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=27.29%
G=26.56%
B=46.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491452520.410.4200.01242.2494.6977.84
Hex9591FC292A01f25f4e
Octal225221374515201362137116
Binary100101011001000111111100101001101010011111001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9591FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9591FC; }

 p { color: rgb(149,145,252); }

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

<style>
 a { background-color: #9591FC; }

 a { background-color: rgb(149,145,252); }

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

<style>
 span { border-color: #9591FC; }

 span { border-color: rgb(149,145,252); }

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