Shades of True V #927DBF
Tints of True V #927DBF
RGB
CMYK
RGB Variations
Color information
#927DBF (or 0x927DBF) is known color: True V. HEX triplet: 92, 7D and BF. RGB value is (146,125,191). Sum of RGB (Red+Green+Blue) = 146+125+191=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #927DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DBF is #6D8240. Grayscale: #8A8A8A. Windows color (decimal): -7176769 or 12549522. OLE color: 12549522.
HSL color Cylindrical-coordinate representation of color #927DBF: hue angle of 259.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #927DBF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 125 | 191 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 259.09º | 0.34% | 0.62% | - |
| HSV(B) | 259.09º | 0.35% | 0.75% | - |
| XYZ | 28.59 | 24.54 | 52.52 | - |
| YUV | 138.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 191 | 0.24 | 0.35 | 0 | 0.25 | 259.09 | 0.34 | 0.62 |
| Hex | 92 | 7D | BF | 18 | 23 | 0 | 19 | 103 | 22 | 3E |
| Octal | 222 | 175 | 277 | 30 | 43 | 0 | 31 | 403 | 42 | 76 |
| Binary | 10010010 | 1111101 | 10111111 | 11000 | 100011 | 0 | 11001 | 100000011 | 100010 | 111110 |
Color Harmonies of #927DBF
Complementary color
Monochromatic Colors of #927DBF
Black with #927DBF
Text Example
Text Example
White with #927DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DBF; }
p { color: rgb(146,125,191); }
H1.HeaderClassName
{
color: #927DBF;
}
.AnyTagClassName
{
color: #927DBF;
}
</style>
background-color css
<style>
a { background-color: #927DBF; }
a { background-color: rgb(146,125,191); }
div.DivClassName
{
background-color: #927DBF;
}
.BgClassName
{
background-color: #927DBF;
}
</style>
border-color css
<style>
span { border-color: #927DBF; }
span { border-color: rgb(146,125,191); }
td.TdClassName
{
border-color: #927DBF;
}
.TagClassName
{
border-color: #927DBF;
}
</style>