#9582F6

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

Shades of Light Slate Blue #9582F6

Tints of Light Slate Blue #9582F6

Color information

#9582F6 (or 0x9582F6) is unknown color: approx Light Slate Blue. HEX triplet: 95, 82 and F6. RGB value is (149,130,246). Sum of RGB (Red+Green+Blue) = 149+130+246=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #9582F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9582F6 is #6A7D09. Grayscale: #949494. Windows color (decimal): -6978826 or 16155285. OLE color: 16155285.

HSL color Cylindrical-coordinate representation of color #9582F6: hue angle of 249.83º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9582F6 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149130246-
CMYK0.390.4700.04
HSL249.83º86.57%73.73%-
HSV(B)249.83º47.15%96.47%-
XYZ37.0129.0190.84-
YUV148.9182.79128.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 246 (96.48% from 255) = 46.86%
R=28.38%
G=24.76%
B=46.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491302460.390.4700.04249.8386.5773.73
Hex9582F6272F04fa574a
Octal225202366475704372127112
Binary10010101100000101111011010011110111101001111101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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