Shades of Light Slate Blue #9562FF
Tints of Light Slate Blue #9562FF
RGB
CMYK
RGB Variations
Color information
#9562FF (or 0x9562FF) is known color: Light Slate Blue. HEX triplet: 95, 62 and FF. RGB value is (149,98,255). Sum of RGB (Red+Green+Blue) = 149+98+255=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9562FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9562FF is #6A9D00. Grayscale: #828282. Windows color (decimal): -6987009 or 16736917. OLE color: 16736917.
HSL color Cylindrical-coordinate representation of color #9562FF: hue angle of 259.49º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9562FF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 98 | 255 | - |
| CMYK | 0.42 | 0.62 | 0 | 0 |
| HSL | 259.49º | 1% | 0.69% | - |
| HSV(B) | 259.49º | 0.62% | 1% | - |
| XYZ | 34.81 | 22.34 | 97.09 | - |
| YUV | 131.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 255 | 0.42 | 0.62 | 0 | 0 | 259.49 | 1 | 0.69 |
| Hex | 95 | 62 | FF | 2A | 3E | 0 | 0 | 103 | 64 | 45 |
| Octal | 225 | 142 | 377 | 52 | 76 | 0 | 0 | 403 | 144 | 105 |
| Binary | 10010101 | 1100010 | 11111111 | 101010 | 111110 | 0 | 0 | 100000011 | 1100100 | 1000101 |
Color Harmonies of #9562FF
Complementary color
Monochromatic Colors of #9562FF
Black with #9562FF
Text Example
Text Example
White with #9562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562FF; }
p { color: rgb(149,98,255); }
H1.HeaderClassName
{
color: #9562FF;
}
.AnyTagClassName
{
color: #9562FF;
}
</style>
background-color css
<style>
a { background-color: #9562FF; }
a { background-color: rgb(149,98,255); }
div.DivClassName
{
background-color: #9562FF;
}
.BgClassName
{
background-color: #9562FF;
}
</style>
border-color css
<style>
span { border-color: #9562FF; }
span { border-color: rgb(149,98,255); }
td.TdClassName
{
border-color: #9562FF;
}
.TagClassName
{
border-color: #9562FF;
}
</style>