Shades of True V #9778CC
Tints of True V #9778CC
RGB
CMYK
RGB Variations
Color information
#9778CC (or 0x9778CC) is known color: True V. HEX triplet: 97, 78 and CC. RGB value is (151,120,204). Sum of RGB (Red+Green+Blue) = 151+120+204=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #9778CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778CC is #688733. Grayscale: #8A8A8A. Windows color (decimal): -6850356 or 13400215. OLE color: 13400215.
HSL color Cylindrical-coordinate representation of color #9778CC: hue angle of 262.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9778CC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 120 | 204 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.2 |
| HSL | 262.14º | 0.45% | 0.64% | - |
| HSV(B) | 262.14º | 0.41% | 0.8% | - |
| XYZ | 30.38 | 24.37 | 60.23 | - |
| YUV | 138.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 204 | 0.26 | 0.41 | 0 | 0.2 | 262.14 | 0.45 | 0.64 |
| Hex | 97 | 78 | CC | 1A | 29 | 0 | 14 | 106 | 2D | 40 |
| Octal | 227 | 170 | 314 | 32 | 51 | 0 | 24 | 406 | 55 | 100 |
| Binary | 10010111 | 1111000 | 11001100 | 11010 | 101001 | 0 | 10100 | 100000110 | 101101 | 1000000 |
Color Harmonies of #9778CC
Complementary color
Monochromatic Colors of #9778CC
Black with #9778CC
Text Example
Text Example
White with #9778CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778CC; }
p { color: rgb(151,120,204); }
H1.HeaderClassName
{
color: #9778CC;
}
.AnyTagClassName
{
color: #9778CC;
}
</style>
background-color css
<style>
a { background-color: #9778CC; }
a { background-color: rgb(151,120,204); }
div.DivClassName
{
background-color: #9778CC;
}
.BgClassName
{
background-color: #9778CC;
}
</style>
border-color css
<style>
span { border-color: #9778CC; }
span { border-color: rgb(151,120,204); }
td.TdClassName
{
border-color: #9778CC;
}
.TagClassName
{
border-color: #9778CC;
}
</style>