Shades of Studio #7858AD
Tints of Studio #7858AD
RGB
CMYK
RGB Variations
Color information
#7858AD (or 0x7858AD) is known color: Studio. HEX triplet: 78, 58 and AD. RGB value is (120,88,173). Sum of RGB (Red+Green+Blue) = 120+88+173=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7858AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7858AD is #87A752. Grayscale: #6A6A6A. Windows color (decimal): -8890195 or 11360376. OLE color: 11360376.
HSL color Cylindrical-coordinate representation of color #7858AD: hue angle of 262.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7858AD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 88 | 173 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.32 |
| HSL | 262.59º | 0.34% | 0.51% | - |
| HSV(B) | 262.59º | 0.49% | 0.68% | - |
| XYZ | 18.78 | 13.99 | 41.25 | - |
| YUV | 107.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 173 | 0.31 | 0.49 | 0 | 0.32 | 262.59 | 0.34 | 0.51 |
| Hex | 78 | 58 | AD | 1F | 31 | 0 | 20 | 107 | 22 | 33 |
| Octal | 170 | 130 | 255 | 37 | 61 | 0 | 40 | 407 | 42 | 63 |
| Binary | 1111000 | 1011000 | 10101101 | 11111 | 110001 | 0 | 100000 | 100000111 | 100010 | 110011 |
Color Harmonies of #7858AD
Complementary color
Monochromatic Colors of #7858AD
Black with #7858AD
Text Example
Text Example
White with #7858AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7858AD; }
p { color: rgb(120,88,173); }
H1.HeaderClassName
{
color: #7858AD;
}
.AnyTagClassName
{
color: #7858AD;
}
</style>
background-color css
<style>
a { background-color: #7858AD; }
a { background-color: rgb(120,88,173); }
div.DivClassName
{
background-color: #7858AD;
}
.BgClassName
{
background-color: #7858AD;
}
</style>
border-color css
<style>
span { border-color: #7858AD; }
span { border-color: rgb(120,88,173); }
td.TdClassName
{
border-color: #7858AD;
}
.TagClassName
{
border-color: #7858AD;
}
</style>