#9582F2

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

Shades of Light Slate Blue #9582F2

Tints of Light Slate Blue #9582F2

Color information

#9582F2 (or 0x9582F2) is unknown color: approx Light Slate Blue. HEX triplet: 95, 82 and F2. RGB value is (149,130,242). Sum of RGB (Red+Green+Blue) = 149+130+242=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #9582F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9582F2 is #6A7D0D. Grayscale: #949494. Windows color (decimal): -6978830 or 15893141. OLE color: 15893141.

HSL color Cylindrical-coordinate representation of color #9582F2: hue angle of 250.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9582F2 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149130242-
CMYK0.380.4600.05
HSL250.18º81.16%72.94%-
HSV(B)250.18º46.28%94.9%-
XYZ36.428.7787.64-
YUV148.45180.79128.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=28.60%
G=24.95%
B=46.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491302420.380.4600.05250.1881.1672.94
Hex9582F2262E05fa5149
Octal225202362465605372121111
Binary10010101100000101111001010011010111001011111101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9582F2; }

 p { color: rgb(149,130,242); }

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

<style>
 a { background-color: #9582F2; }

 a { background-color: rgb(149,130,242); }

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

<style>
 span { border-color: #9582F2; }

 span { border-color: rgb(149,130,242); }

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