Shades of Studio #72589D
Tints of Studio #72589D
RGB
CMYK
RGB Variations
Color information
#72589D (or 0x72589D) is known color: Studio. HEX triplet: 72, 58 and 9D. RGB value is (114,88,157). Sum of RGB (Red+Green+Blue) = 114+88+157=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #72589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72589D is #8DA762. Grayscale: #676767. Windows color (decimal): -9283427 or 10311794. OLE color: 10311794.
HSL color Cylindrical-coordinate representation of color #72589D: hue angle of 262.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72589D is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 88 | 157 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.38 |
| HSL | 262.61º | 0.28% | 0.48% | - |
| HSV(B) | 262.61º | 0.44% | 0.62% | - |
| XYZ | 16.51 | 12.99 | 33.54 | - |
| YUV | 103.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 157 | 0.27 | 0.44 | 0 | 0.38 | 262.61 | 0.28 | 0.48 |
| Hex | 72 | 58 | 9D | 1B | 2C | 0 | 26 | 107 | 1C | 30 |
| Octal | 162 | 130 | 235 | 33 | 54 | 0 | 46 | 407 | 34 | 60 |
| Binary | 1110010 | 1011000 | 10011101 | 11011 | 101100 | 0 | 100110 | 100000111 | 11100 | 110000 |
Color Harmonies of #72589D
Complementary color
Monochromatic Colors of #72589D
Black with #72589D
Text Example
Text Example
White with #72589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72589D; }
p { color: rgb(114,88,157); }
H1.HeaderClassName
{
color: #72589D;
}
.AnyTagClassName
{
color: #72589D;
}
</style>
background-color css
<style>
a { background-color: #72589D; }
a { background-color: rgb(114,88,157); }
div.DivClassName
{
background-color: #72589D;
}
.BgClassName
{
background-color: #72589D;
}
</style>
border-color css
<style>
span { border-color: #72589D; }
span { border-color: rgb(114,88,157); }
td.TdClassName
{
border-color: #72589D;
}
.TagClassName
{
border-color: #72589D;
}
</style>