#9581FF

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

Shades of Light Slate Blue #9581FF

Tints of Light Slate Blue #9581FF

Color information

#9581FF (or 0x9581FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 81 and FF. RGB value is (149,129,255). Sum of RGB (Red+Green+Blue) = 149+129+255=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9581FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9581FF is #6A7E00. Grayscale: #949494. Windows color (decimal): -6979073 or 16744853. OLE color: 16744853.

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

Color convert

RGB149129255-
CMYK0.420.4900
HSL249.52º100%75.29%-
HSV(B)249.52º49.41%100%-
XYZ38.2929.3198.25-
YUV149.34187.63127.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 255 (100% from 255) = 47.84%
R=27.95%
G=24.20%
B=47.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491292550.420.4900249.5210075.29
Hex9581FF2A3100fa644b
Octal225201377526100372144113
Binary100101011000000111111111101010110001001111101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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