Shades of Light Slate Blue #9778FF
Tints of Light Slate Blue #9778FF
RGB
CMYK
RGB Variations
Color information
#9778FF (or 0x9778FF) is known color: Light Slate Blue. HEX triplet: 97, 78 and FF. RGB value is (151,120,255). Sum of RGB (Red+Green+Blue) = 151+120+255=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9778FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9778FF is #688700. Grayscale: #909090. Windows color (decimal): -6850305 or 16742551. OLE color: 16742551.
HSL color Cylindrical-coordinate representation of color #9778FF: hue angle of 253.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9778FF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 120 | 255 | - |
| CMYK | 0.41 | 0.53 | 0 | 0 |
| HSL | 253.78º | 1% | 0.74% | - |
| HSV(B) | 253.78º | 0.53% | 1% | - |
| XYZ | 37.53 | 27.23 | 97.89 | - |
| YUV | 144.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 255 | 0.41 | 0.53 | 0 | 0 | 253.78 | 1 | 0.74 |
| Hex | 97 | 78 | FF | 29 | 35 | 0 | 0 | FE | 64 | 4A |
| Octal | 227 | 170 | 377 | 51 | 65 | 0 | 0 | 376 | 144 | 112 |
| Binary | 10010111 | 1111000 | 11111111 | 101001 | 110101 | 0 | 0 | 11111110 | 1100100 | 1001010 |
Color Harmonies of #9778FF
Complementary color
Monochromatic Colors of #9778FF
Black with #9778FF
Text Example
Text Example
White with #9778FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778FF; }
p { color: rgb(151,120,255); }
H1.HeaderClassName
{
color: #9778FF;
}
.AnyTagClassName
{
color: #9778FF;
}
</style>
background-color css
<style>
a { background-color: #9778FF; }
a { background-color: rgb(151,120,255); }
div.DivClassName
{
background-color: #9778FF;
}
.BgClassName
{
background-color: #9778FF;
}
</style>
border-color css
<style>
span { border-color: #9778FF; }
span { border-color: rgb(151,120,255); }
td.TdClassName
{
border-color: #9778FF;
}
.TagClassName
{
border-color: #9778FF;
}
</style>