#9590FF

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

Shades of Light Slate Blue #9590FF

Tints of Light Slate Blue #9590FF

Color information

#9590FF (or 0x9590FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 90 and FF. RGB value is (149,144,255). Sum of RGB (Red+Green+Blue) = 149+144+255=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9590FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9590FF is #6A6F00. Grayscale: #9D9D9D. Windows color (decimal): -6975233 or 16748693. OLE color: 16748693.

HSL color Cylindrical-coordinate representation of color #9590FF: hue angle of 242.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9590FF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149144255-
CMYK0.420.4400
HSL242.7º100%78.24%-
HSV(B)242.7º43.53%100%-
XYZ40.4233.5698.95-
YUV158.15182.66121.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 46.53%
R=27.19%
G=26.28%
B=46.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491442550.420.4400242.710078.24
Hex9590FF2A2C00f3644e
Octal225220377525400363144116
Binary100101011001000011111111101010101100001111001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9590FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9590FF; }

 p { color: rgb(149,144,255); }

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

<style>
 a { background-color: #9590FF; }

 a { background-color: rgb(149,144,255); }

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

<style>
 span { border-color: #9590FF; }

 span { border-color: rgb(149,144,255); }

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