#9584FF

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

Shades of Light Slate Blue #9584FF

Tints of Light Slate Blue #9584FF

Color information

#9584FF (or 0x9584FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 84 and FF. RGB value is (149,132,255). Sum of RGB (Red+Green+Blue) = 149+132+255=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9584FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9584FF is #6A7B00. Grayscale: #969696. Windows color (decimal): -6978305 or 16745621. OLE color: 16745621.

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

Color convert

RGB149132255-
CMYK0.420.4800
HSL248.29º100%75.88%-
HSV(B)248.29º48.24%100%-
XYZ38.730.1198.38-
YUV151.1186.63126.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 255 (100% from 255) = 47.57%
R=27.80%
G=24.63%
B=47.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491322550.420.4800248.2910075.88
Hex9584FF2A3000f8644c
Octal225204377526000370144114
Binary100101011000010011111111101010110000001111100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9584FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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