Shades of True V #927CC7
Tints of True V #927CC7
RGB
CMYK
RGB Variations
Color information
#927CC7 (or 0x927CC7) is known color: True V. HEX triplet: 92, 7C and C7. RGB value is (146,124,199). Sum of RGB (Red+Green+Blue) = 146+124+199=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #927CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CC7 is #6D8338. Grayscale: #8A8A8A. Windows color (decimal): -7177017 or 13073554. OLE color: 13073554.
HSL color Cylindrical-coordinate representation of color #927CC7: hue angle of 257.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927CC7 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 124 | 199 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.22 |
| HSL | 257.6º | 0.4% | 0.63% | - |
| HSV(B) | 257.6º | 0.38% | 0.78% | - |
| XYZ | 29.37 | 24.65 | 57.24 | - |
| YUV | 139.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 199 | 0.27 | 0.38 | 0 | 0.22 | 257.6 | 0.4 | 0.63 |
| Hex | 92 | 7C | C7 | 1B | 26 | 0 | 16 | 102 | 28 | 3F |
| Octal | 222 | 174 | 307 | 33 | 46 | 0 | 26 | 402 | 50 | 77 |
| Binary | 10010010 | 1111100 | 11000111 | 11011 | 100110 | 0 | 10110 | 100000010 | 101000 | 111111 |
Color Harmonies of #927CC7
Complementary color
Monochromatic Colors of #927CC7
Black with #927CC7
Text Example
Text Example
White with #927CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CC7; }
p { color: rgb(146,124,199); }
H1.HeaderClassName
{
color: #927CC7;
}
.AnyTagClassName
{
color: #927CC7;
}
</style>
background-color css
<style>
a { background-color: #927CC7; }
a { background-color: rgb(146,124,199); }
div.DivClassName
{
background-color: #927CC7;
}
.BgClassName
{
background-color: #927CC7;
}
</style>
border-color css
<style>
span { border-color: #927CC7; }
span { border-color: rgb(146,124,199); }
td.TdClassName
{
border-color: #927CC7;
}
.TagClassName
{
border-color: #927CC7;
}
</style>