Shades of Light Slate Blue #9771FE
Tints of Light Slate Blue #9771FE
RGB
CMYK
RGB Variations
Color information
#9771FE (or 0x9771FE) is known color: Light Slate Blue. HEX triplet: 97, 71 and FE. RGB value is (151,113,254). Sum of RGB (Red+Green+Blue) = 151+113+254=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9771FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9771FE is #688E01. Grayscale: #8B8B8B. Windows color (decimal): -6852098 or 16675223. OLE color: 16675223.
HSL color Cylindrical-coordinate representation of color #9771FE: hue angle of 256.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9771FE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 113 | 254 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.00 |
| HSL | 256.17º | 0.99% | 0.72% | - |
| HSV(B) | 256.17º | 0.56% | 1% | - |
| XYZ | 36.56 | 25.55 | 96.77 | - |
| YUV | 140.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 254 | 0.41 | 0.56 | 0 | 0.00 | 256.17 | 0.99 | 0.72 |
| Hex | 97 | 71 | FE | 29 | 38 | 0 | 0 | 100 | 63 | 48 |
| Octal | 227 | 161 | 376 | 51 | 70 | 0 | 0 | 400 | 143 | 110 |
| Binary | 10010111 | 1110001 | 11111110 | 101001 | 111000 | 0 | 0 | 100000000 | 1100011 | 1001000 |
Color Harmonies of #9771FE
Complementary color
Monochromatic Colors of #9771FE
Black with #9771FE
Text Example
Text Example
White with #9771FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771FE; }
p { color: rgb(151,113,254); }
H1.HeaderClassName
{
color: #9771FE;
}
.AnyTagClassName
{
color: #9771FE;
}
</style>
background-color css
<style>
a { background-color: #9771FE; }
a { background-color: rgb(151,113,254); }
div.DivClassName
{
background-color: #9771FE;
}
.BgClassName
{
background-color: #9771FE;
}
</style>
border-color css
<style>
span { border-color: #9771FE; }
span { border-color: rgb(151,113,254); }
td.TdClassName
{
border-color: #9771FE;
}
.TagClassName
{
border-color: #9771FE;
}
</style>