Shades of True V #8B79BF
Tints of True V #8B79BF
RGB
CMYK
RGB Variations
Color information
#8B79BF (or 0x8B79BF) is known color: True V. HEX triplet: 8B, 79 and BF. RGB value is (139,121,191). Sum of RGB (Red+Green+Blue) = 139+121+191=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B79BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79BF is #748640. Grayscale: #868686. Windows color (decimal): -7636545 or 12548491. OLE color: 12548491.
HSL color Cylindrical-coordinate representation of color #8B79BF: hue angle of 255.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B79BF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 121 | 191 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.25 |
| HSL | 255.43º | 0.35% | 0.61% | - |
| HSV(B) | 255.43º | 0.37% | 0.75% | - |
| XYZ | 26.89 | 22.93 | 52.3 | - |
| YUV | 134.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 191 | 0.27 | 0.37 | 0 | 0.25 | 255.43 | 0.35 | 0.61 |
| Hex | 8B | 79 | BF | 1B | 25 | 0 | 19 | FF | 23 | 3D |
| Octal | 213 | 171 | 277 | 33 | 45 | 0 | 31 | 377 | 43 | 75 |
| Binary | 10001011 | 1111001 | 10111111 | 11011 | 100101 | 0 | 11001 | 11111111 | 100011 | 111101 |
Color Harmonies of #8B79BF
Complementary color
Monochromatic Colors of #8B79BF
Black with #8B79BF
Text Example
Text Example
White with #8B79BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79BF; }
p { color: rgb(139,121,191); }
H1.HeaderClassName
{
color: #8B79BF;
}
.AnyTagClassName
{
color: #8B79BF;
}
</style>
background-color css
<style>
a { background-color: #8B79BF; }
a { background-color: rgb(139,121,191); }
div.DivClassName
{
background-color: #8B79BF;
}
.BgClassName
{
background-color: #8B79BF;
}
</style>
border-color css
<style>
span { border-color: #8B79BF; }
span { border-color: rgb(139,121,191); }
td.TdClassName
{
border-color: #8B79BF;
}
.TagClassName
{
border-color: #8B79BF;
}
</style>