Shades of Light Slate Blue #9774FE
Tints of Light Slate Blue #9774FE
RGB
CMYK
RGB Variations
Color information
#9774FE (or 0x9774FE) is known color: Light Slate Blue. HEX triplet: 97, 74 and FE. RGB value is (151,116,254). Sum of RGB (Red+Green+Blue) = 151+116+254=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9774FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9774FE is #688B01. Grayscale: #8D8D8D. Windows color (decimal): -6851330 or 16675991. OLE color: 16675991.
HSL color Cylindrical-coordinate representation of color #9774FE: hue angle of 255.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9774FE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 116 | 254 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.00 |
| HSL | 255.22º | 0.99% | 0.73% | - |
| HSV(B) | 255.22º | 0.54% | 1% | - |
| XYZ | 36.9 | 26.23 | 96.88 | - |
| YUV | 142.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 254 | 0.41 | 0.54 | 0 | 0.00 | 255.22 | 0.99 | 0.73 |
| Hex | 97 | 74 | FE | 29 | 36 | 0 | 0 | FF | 63 | 49 |
| Octal | 227 | 164 | 376 | 51 | 66 | 0 | 0 | 377 | 143 | 111 |
| Binary | 10010111 | 1110100 | 11111110 | 101001 | 110110 | 0 | 0 | 11111111 | 1100011 | 1001001 |
Color Harmonies of #9774FE
Complementary color
Monochromatic Colors of #9774FE
Black with #9774FE
Text Example
Text Example
White with #9774FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9774FE; }
p { color: rgb(151,116,254); }
H1.HeaderClassName
{
color: #9774FE;
}
.AnyTagClassName
{
color: #9774FE;
}
</style>
background-color css
<style>
a { background-color: #9774FE; }
a { background-color: rgb(151,116,254); }
div.DivClassName
{
background-color: #9774FE;
}
.BgClassName
{
background-color: #9774FE;
}
</style>
border-color css
<style>
span { border-color: #9774FE; }
span { border-color: rgb(151,116,254); }
td.TdClassName
{
border-color: #9774FE;
}
.TagClassName
{
border-color: #9774FE;
}
</style>