Shades of Light Slate Blue #9778F7
Tints of Light Slate Blue #9778F7
RGB
CMYK
RGB Variations
Color information
#9778F7 (or 0x9778F7) is known color: Light Slate Blue. HEX triplet: 97, 78 and F7. RGB value is (151,120,247). Sum of RGB (Red+Green+Blue) = 151+120+247=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #9778F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9778F7 is #688708. Grayscale: #8F8F8F. Windows color (decimal): -6850313 or 16218263. OLE color: 16218263.
HSL color Cylindrical-coordinate representation of color #9778F7: hue angle of 254.65º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9778F7 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 120 | 247 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.03 |
| HSL | 254.65º | 0.89% | 0.72% | - |
| HSV(B) | 254.65º | 0.51% | 0.97% | - |
| XYZ | 36.27 | 26.73 | 91.24 | - |
| YUV | 143.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 247 | 0.39 | 0.51 | 0 | 0.03 | 254.65 | 0.89 | 0.72 |
| Hex | 97 | 78 | F7 | 27 | 33 | 0 | 3 | FF | 59 | 48 |
| Octal | 227 | 170 | 367 | 47 | 63 | 0 | 3 | 377 | 131 | 110 |
| Binary | 10010111 | 1111000 | 11110111 | 100111 | 110011 | 0 | 11 | 11111111 | 1011001 | 1001000 |
Color Harmonies of #9778F7
Complementary color
Monochromatic Colors of #9778F7
Black with #9778F7
Text Example
Text Example
White with #9778F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778F7; }
p { color: rgb(151,120,247); }
H1.HeaderClassName
{
color: #9778F7;
}
.AnyTagClassName
{
color: #9778F7;
}
</style>
background-color css
<style>
a { background-color: #9778F7; }
a { background-color: rgb(151,120,247); }
div.DivClassName
{
background-color: #9778F7;
}
.BgClassName
{
background-color: #9778F7;
}
</style>
border-color css
<style>
span { border-color: #9778F7; }
span { border-color: rgb(151,120,247); }
td.TdClassName
{
border-color: #9778F7;
}
.TagClassName
{
border-color: #9778F7;
}
</style>