Shades of Studio #7D6098
Tints of Studio #7D6098
RGB
CMYK
RGB Variations
Color information
#7D6098 (or 0x7D6098) is known color: Studio. HEX triplet: 7D, 60 and 98. RGB value is (125,96,152). Sum of RGB (Red+Green+Blue) = 125+96+152=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D6098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6098 is #829F67. Grayscale: #6E6E6E. Windows color (decimal): -8560488 or 9986173. OLE color: 9986173.
HSL color Cylindrical-coordinate representation of color #7D6098: hue angle of 271.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D6098 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 96 | 152 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.40 |
| HSL | 271.07º | 0.23% | 0.49% | - |
| HSV(B) | 271.07º | 0.37% | 0.6% | - |
| XYZ | 18.31 | 14.99 | 31.63 | - |
| YUV | 111.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 152 | 0.18 | 0.37 | 0 | 0.40 | 271.07 | 0.23 | 0.49 |
| Hex | 7D | 60 | 98 | 12 | 25 | 0 | 28 | 10F | 17 | 31 |
| Octal | 175 | 140 | 230 | 22 | 45 | 0 | 50 | 417 | 27 | 61 |
| Binary | 1111101 | 1100000 | 10011000 | 10010 | 100101 | 0 | 101000 | 100001111 | 10111 | 110001 |
Color Harmonies of #7D6098
Complementary color
Monochromatic Colors of #7D6098
Black with #7D6098
Text Example
Text Example
White with #7D6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6098; }
p { color: rgb(125,96,152); }
H1.HeaderClassName
{
color: #7D6098;
}
.AnyTagClassName
{
color: #7D6098;
}
</style>
background-color css
<style>
a { background-color: #7D6098; }
a { background-color: rgb(125,96,152); }
div.DivClassName
{
background-color: #7D6098;
}
.BgClassName
{
background-color: #7D6098;
}
</style>
border-color css
<style>
span { border-color: #7D6098; }
span { border-color: rgb(125,96,152); }
td.TdClassName
{
border-color: #7D6098;
}
.TagClassName
{
border-color: #7D6098;
}
</style>