Shades of Light Slate Blue #9770FF
Tints of Light Slate Blue #9770FF
RGB
CMYK
RGB Variations
Color information
#9770FF (or 0x9770FF) is known color: Light Slate Blue. HEX triplet: 97, 70 and FF. RGB value is (151,112,255). Sum of RGB (Red+Green+Blue) = 151+112+255=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #9770FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770FF is #688F00. Grayscale: #8B8B8B. Windows color (decimal): -6852353 or 16740503. OLE color: 16740503.
HSL color Cylindrical-coordinate representation of color #9770FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9770FF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 112 | 255 | - |
| CMYK | 0.41 | 0.56 | 0 | 0 |
| HSL | 256.36º | 1% | 0.72% | - |
| HSV(B) | 256.36º | 0.56% | 1% | - |
| XYZ | 36.61 | 25.39 | 97.58 | - |
| YUV | 139.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 255 | 0.41 | 0.56 | 0 | 0 | 256.36 | 1 | 0.72 |
| Hex | 97 | 70 | FF | 29 | 38 | 0 | 0 | 100 | 64 | 48 |
| Octal | 227 | 160 | 377 | 51 | 70 | 0 | 0 | 400 | 144 | 110 |
| Binary | 10010111 | 1110000 | 11111111 | 101001 | 111000 | 0 | 0 | 100000000 | 1100100 | 1001000 |
Color Harmonies of #9770FF
Complementary color
Monochromatic Colors of #9770FF
Black with #9770FF
Text Example
Text Example
White with #9770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770FF; }
p { color: rgb(151,112,255); }
H1.HeaderClassName
{
color: #9770FF;
}
.AnyTagClassName
{
color: #9770FF;
}
</style>
background-color css
<style>
a { background-color: #9770FF; }
a { background-color: rgb(151,112,255); }
div.DivClassName
{
background-color: #9770FF;
}
.BgClassName
{
background-color: #9770FF;
}
</style>
border-color css
<style>
span { border-color: #9770FF; }
span { border-color: rgb(151,112,255); }
td.TdClassName
{
border-color: #9770FF;
}
.TagClassName
{
border-color: #9770FF;
}
</style>