Shades of True V #927ACD
Tints of True V #927ACD
RGB
CMYK
RGB Variations
Color information
#927ACD (or 0x927ACD) is known color: True V. HEX triplet: 92, 7A and CD. RGB value is (146,122,205). Sum of RGB (Red+Green+Blue) = 146+122+205=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #927ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ACD is #6D8532. Grayscale: #8A8A8A. Windows color (decimal): -7177523 or 13466258. OLE color: 13466258.
HSL color Cylindrical-coordinate representation of color #927ACD: hue angle of 257.35º 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 #927ACD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 122 | 205 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.20 |
| HSL | 257.35º | 0.45% | 0.64% | - |
| HSV(B) | 257.35º | 0.4% | 0.8% | - |
| XYZ | 29.83 | 24.44 | 60.9 | - |
| YUV | 138.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 205 | 0.29 | 0.40 | 0 | 0.20 | 257.35 | 0.45 | 0.64 |
| Hex | 92 | 7A | CD | 1D | 28 | 0 | 14 | 101 | 2D | 40 |
| Octal | 222 | 172 | 315 | 35 | 50 | 0 | 24 | 401 | 55 | 100 |
| Binary | 10010010 | 1111010 | 11001101 | 11101 | 101000 | 0 | 10100 | 100000001 | 101101 | 1000000 |
Color Harmonies of #927ACD
Complementary color
Monochromatic Colors of #927ACD
Black with #927ACD
Text Example
Text Example
White with #927ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ACD; }
p { color: rgb(146,122,205); }
H1.HeaderClassName
{
color: #927ACD;
}
.AnyTagClassName
{
color: #927ACD;
}
</style>
background-color css
<style>
a { background-color: #927ACD; }
a { background-color: rgb(146,122,205); }
div.DivClassName
{
background-color: #927ACD;
}
.BgClassName
{
background-color: #927ACD;
}
</style>
border-color css
<style>
span { border-color: #927ACD; }
span { border-color: rgb(146,122,205); }
td.TdClassName
{
border-color: #927ACD;
}
.TagClassName
{
border-color: #927ACD;
}
</style>