Shades of True V #9078BD
Tints of True V #9078BD
RGB
CMYK
RGB Variations
Color information
#9078BD (or 0x9078BD) is known color: True V. HEX triplet: 90, 78 and BD. RGB value is (144,120,189). Sum of RGB (Red+Green+Blue) = 144+120+189=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #9078BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078BD is #6F8742. Grayscale: #868686. Windows color (decimal): -7309123 or 12417168. OLE color: 12417168.
HSL color Cylindrical-coordinate representation of color #9078BD: hue angle of 260.87º 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 #9078BD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 120 | 189 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.26 |
| HSL | 260.87º | 0.34% | 0.61% | - |
| HSV(B) | 260.87º | 0.37% | 0.74% | - |
| XYZ | 27.4 | 23.04 | 51.15 | - |
| YUV | 135.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 189 | 0.24 | 0.37 | 0 | 0.26 | 260.87 | 0.34 | 0.61 |
| Hex | 90 | 78 | BD | 18 | 25 | 0 | 1A | 105 | 22 | 3D |
| Octal | 220 | 170 | 275 | 30 | 45 | 0 | 32 | 405 | 42 | 75 |
| Binary | 10010000 | 1111000 | 10111101 | 11000 | 100101 | 0 | 11010 | 100000101 | 100010 | 111101 |
Color Harmonies of #9078BD
Complementary color
Monochromatic Colors of #9078BD
Black with #9078BD
Text Example
Text Example
White with #9078BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078BD; }
p { color: rgb(144,120,189); }
H1.HeaderClassName
{
color: #9078BD;
}
.AnyTagClassName
{
color: #9078BD;
}
</style>
background-color css
<style>
a { background-color: #9078BD; }
a { background-color: rgb(144,120,189); }
div.DivClassName
{
background-color: #9078BD;
}
.BgClassName
{
background-color: #9078BD;
}
</style>
border-color css
<style>
span { border-color: #9078BD; }
span { border-color: rgb(144,120,189); }
td.TdClassName
{
border-color: #9078BD;
}
.TagClassName
{
border-color: #9078BD;
}
</style>