Shades of True V #927BCD
Tints of True V #927BCD
RGB
CMYK
RGB Variations
Color information
#927BCD (or 0x927BCD) is known color: True V. HEX triplet: 92, 7B and CD. RGB value is (146,123,205). Sum of RGB (Red+Green+Blue) = 146+123+205=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #927BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BCD is #6D8432. Grayscale: #8A8A8A. Windows color (decimal): -7177267 or 13466514. OLE color: 13466514.
HSL color Cylindrical-coordinate representation of color #927BCD: hue angle of 256.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927BCD is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 123 | 205 | - |
| CMYK | 0.29 | 0.4 | 0 | 0.20 |
| HSL | 256.83º | 0.45% | 0.64% | - |
| HSV(B) | 256.83º | 0.4% | 0.8% | - |
| XYZ | 29.96 | 24.68 | 60.94 | - |
| YUV | 139.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 205 | 0.29 | 0.4 | 0 | 0.20 | 256.83 | 0.45 | 0.64 |
| Hex | 92 | 7B | CD | 1D | 28 | 0 | 14 | 101 | 2D | 40 |
| Octal | 222 | 173 | 315 | 35 | 50 | 0 | 24 | 401 | 55 | 100 |
| Binary | 10010010 | 1111011 | 11001101 | 11101 | 101000 | 0 | 10100 | 100000001 | 101101 | 1000000 |
Color Harmonies of #927BCD
Complementary color
Monochromatic Colors of #927BCD
Black with #927BCD
Text Example
Text Example
White with #927BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BCD; }
p { color: rgb(146,123,205); }
H1.HeaderClassName
{
color: #927BCD;
}
.AnyTagClassName
{
color: #927BCD;
}
</style>
background-color css
<style>
a { background-color: #927BCD; }
a { background-color: rgb(146,123,205); }
div.DivClassName
{
background-color: #927BCD;
}
.BgClassName
{
background-color: #927BCD;
}
</style>
border-color css
<style>
span { border-color: #927BCD; }
span { border-color: rgb(146,123,205); }
td.TdClassName
{
border-color: #927BCD;
}
.TagClassName
{
border-color: #927BCD;
}
</style>