Shades of Light Slate Blue #9582F6
Tints of Light Slate Blue #9582F6
RGB
CMYK
RGB Variations
Color information
#9582F6 (or 0x9582F6) is known color: 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
| RGB | 149 | 130 | 246 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.04 |
| HSL | 249.83º | 0.87% | 0.74% | - |
| HSV(B) | 249.83º | 0.47% | 0.96% | - |
| XYZ | 37.01 | 29.01 | 90.84 | - |
| YUV | 148.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 246 | 0.39 | 0.47 | 0 | 0.04 | 249.83 | 0.87 | 0.74 |
| Hex | 95 | 82 | F6 | 27 | 2F | 0 | 4 | FA | 57 | 4A |
| Octal | 225 | 202 | 366 | 47 | 57 | 0 | 4 | 372 | 127 | 112 |
| Binary | 10010101 | 10000010 | 11110110 | 100111 | 101111 | 0 | 100 | 11111010 | 1010111 | 1001010 |
Color Harmonies of #9582F6
Complementary color
Monochromatic Colors of #9582F6
Black with #9582F6
Text Example
Text Example
White with #9582F6
Text Example
Text Example
HTML Codes & Css Web 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>