Shades of True V #927CBF
Tints of True V #927CBF
RGB
CMYK
RGB Variations
Color information
#927CBF (or 0x927CBF) is known color: True V. HEX triplet: 92, 7C and BF. RGB value is (146,124,191). Sum of RGB (Red+Green+Blue) = 146+124+191=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #927CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CBF is #6D8340. Grayscale: #898989. Windows color (decimal): -7177025 or 12549266. OLE color: 12549266.
HSL color Cylindrical-coordinate representation of color #927CBF: hue angle of 259.7º 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 #927CBF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 124 | 191 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 259.7º | 0.34% | 0.62% | - |
| HSV(B) | 259.7º | 0.35% | 0.75% | - |
| XYZ | 28.47 | 24.29 | 52.48 | - |
| YUV | 138.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 191 | 0.24 | 0.35 | 0 | 0.25 | 259.7 | 0.34 | 0.62 |
| Hex | 92 | 7C | BF | 18 | 23 | 0 | 19 | 104 | 22 | 3E |
| Octal | 222 | 174 | 277 | 30 | 43 | 0 | 31 | 404 | 42 | 76 |
| Binary | 10010010 | 1111100 | 10111111 | 11000 | 100011 | 0 | 11001 | 100000100 | 100010 | 111110 |
Color Harmonies of #927CBF
Complementary color
Monochromatic Colors of #927CBF
Black with #927CBF
Text Example
Text Example
White with #927CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CBF; }
p { color: rgb(146,124,191); }
H1.HeaderClassName
{
color: #927CBF;
}
.AnyTagClassName
{
color: #927CBF;
}
</style>
background-color css
<style>
a { background-color: #927CBF; }
a { background-color: rgb(146,124,191); }
div.DivClassName
{
background-color: #927CBF;
}
.BgClassName
{
background-color: #927CBF;
}
</style>
border-color css
<style>
span { border-color: #927CBF; }
span { border-color: rgb(146,124,191); }
td.TdClassName
{
border-color: #927CBF;
}
.TagClassName
{
border-color: #927CBF;
}
</style>