Shades of True V #8A78BD
Tints of True V #8A78BD
RGB
CMYK
RGB Variations
Color information
#8A78BD (or 0x8A78BD) is known color: True V. HEX triplet: 8A, 78 and BD. RGB value is (138,120,189). Sum of RGB (Red+Green+Blue) = 138+120+189=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BD is #758742. Grayscale: #848484. Windows color (decimal): -7702339 or 12417162. OLE color: 12417162.
HSL color Cylindrical-coordinate representation of color #8A78BD: hue angle of 255.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A78BD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 120 | 189 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.26 |
| HSL | 255.65º | 0.34% | 0.61% | - |
| HSV(B) | 255.65º | 0.37% | 0.74% | - |
| XYZ | 26.38 | 22.51 | 51.1 | - |
| YUV | 133.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 189 | 0.27 | 0.37 | 0 | 0.26 | 255.65 | 0.34 | 0.61 |
| Hex | 8A | 78 | BD | 1B | 25 | 0 | 1A | 100 | 22 | 3D |
| Octal | 212 | 170 | 275 | 33 | 45 | 0 | 32 | 400 | 42 | 75 |
| Binary | 10001010 | 1111000 | 10111101 | 11011 | 100101 | 0 | 11010 | 100000000 | 100010 | 111101 |
Color Harmonies of #8A78BD
Complementary color
Monochromatic Colors of #8A78BD
Black with #8A78BD
Text Example
Text Example
White with #8A78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78BD; }
p { color: rgb(138,120,189); }
H1.HeaderClassName
{
color: #8A78BD;
}
.AnyTagClassName
{
color: #8A78BD;
}
</style>
background-color css
<style>
a { background-color: #8A78BD; }
a { background-color: rgb(138,120,189); }
div.DivClassName
{
background-color: #8A78BD;
}
.BgClassName
{
background-color: #8A78BD;
}
</style>
border-color css
<style>
span { border-color: #8A78BD; }
span { border-color: rgb(138,120,189); }
td.TdClassName
{
border-color: #8A78BD;
}
.TagClassName
{
border-color: #8A78BD;
}
</style>