Shades of True V #8A78BE
Tints of True V #8A78BE
RGB
CMYK
RGB Variations
Color information
#8A78BE (or 0x8A78BE) is known color: True V. HEX triplet: 8A, 78 and BE. RGB value is (138,120,190). Sum of RGB (Red+Green+Blue) = 138+120+190=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78BE is #758741. Grayscale: #858585. Windows color (decimal): -7702338 or 12482698. OLE color: 12482698.
HSL color Cylindrical-coordinate representation of color #8A78BE: 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 #8A78BE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 120 | 190 | - |
| 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.49 | 22.55 | 51.67 | - |
| YUV | 133.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 190 | 0.27 | 0.37 | 0 | 0.25 | 255.43 | 0.35 | 0.61 |
| Hex | 8A | 78 | BE | 1B | 25 | 0 | 19 | FF | 23 | 3D |
| Octal | 212 | 170 | 276 | 33 | 45 | 0 | 31 | 377 | 43 | 75 |
| Binary | 10001010 | 1111000 | 10111110 | 11011 | 100101 | 0 | 11001 | 11111111 | 100011 | 111101 |
Color Harmonies of #8A78BE
Complementary color
Monochromatic Colors of #8A78BE
Black with #8A78BE
Text Example
Text Example
White with #8A78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A78BE; }
p { color: rgb(138,120,190); }
H1.HeaderClassName
{
color: #8A78BE;
}
.AnyTagClassName
{
color: #8A78BE;
}
</style>
background-color css
<style>
a { background-color: #8A78BE; }
a { background-color: rgb(138,120,190); }
div.DivClassName
{
background-color: #8A78BE;
}
.BgClassName
{
background-color: #8A78BE;
}
</style>
border-color css
<style>
span { border-color: #8A78BE; }
span { border-color: rgb(138,120,190); }
td.TdClassName
{
border-color: #8A78BE;
}
.TagClassName
{
border-color: #8A78BE;
}
</style>