Shades of True V #927ED0
Tints of True V #927ED0
RGB
CMYK
RGB Variations
Color information
#927ED0 (or 0x927ED0) is known color: True V. HEX triplet: 92, 7E and D0. RGB value is (146,126,208). Sum of RGB (Red+Green+Blue) = 146+126+208=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #927ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ED0 is #6D812F. Grayscale: #8D8D8D. Windows color (decimal): -7176496 or 13663890. OLE color: 13663890.
HSL color Cylindrical-coordinate representation of color #927ED0: hue angle of 254.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927ED0 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 126 | 208 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.18 |
| HSL | 254.63º | 0.47% | 0.65% | - |
| HSV(B) | 254.63º | 0.39% | 0.82% | - |
| XYZ | 30.7 | 25.59 | 63 | - |
| YUV | 141.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 208 | 0.30 | 0.39 | 0 | 0.18 | 254.63 | 0.47 | 0.65 |
| Hex | 92 | 7E | D0 | 1E | 27 | 0 | 12 | FF | 2F | 41 |
| Octal | 222 | 176 | 320 | 36 | 47 | 0 | 22 | 377 | 57 | 101 |
| Binary | 10010010 | 1111110 | 11010000 | 11110 | 100111 | 0 | 10010 | 11111111 | 101111 | 1000001 |
Color Harmonies of #927ED0
Complementary color
Monochromatic Colors of #927ED0
Black with #927ED0
Text Example
Text Example
White with #927ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ED0; }
p { color: rgb(146,126,208); }
H1.HeaderClassName
{
color: #927ED0;
}
.AnyTagClassName
{
color: #927ED0;
}
</style>
background-color css
<style>
a { background-color: #927ED0; }
a { background-color: rgb(146,126,208); }
div.DivClassName
{
background-color: #927ED0;
}
.BgClassName
{
background-color: #927ED0;
}
</style>
border-color css
<style>
span { border-color: #927ED0; }
span { border-color: rgb(146,126,208); }
td.TdClassName
{
border-color: #927ED0;
}
.TagClassName
{
border-color: #927ED0;
}
</style>