Shades of Studio #7255A8
Tints of Studio #7255A8
RGB
CMYK
RGB Variations
Color information
#7255A8 (or 0x7255A8) is known color: Studio. HEX triplet: 72, 55 and A8. RGB value is (114,85,168). Sum of RGB (Red+Green+Blue) = 114+85+168=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 168 - color contains mainly: blue. Hex color #7255A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255A8 is #8DAA57. Grayscale: #666666. Windows color (decimal): -9284184 or 11031922. OLE color: 11031922.
HSL color Cylindrical-coordinate representation of color #7255A8: hue angle of 260.96º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7255A8 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 85 | 168 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.34 |
| HSL | 260.96º | 0.33% | 0.5% | - |
| HSV(B) | 260.96º | 0.49% | 0.66% | - |
| XYZ | 17.26 | 12.9 | 38.63 | - |
| YUV | 103.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 168 | 0.32 | 0.49 | 0 | 0.34 | 260.96 | 0.33 | 0.5 |
| Hex | 72 | 55 | A8 | 20 | 31 | 0 | 22 | 105 | 21 | 32 |
| Octal | 162 | 125 | 250 | 40 | 61 | 0 | 42 | 405 | 41 | 62 |
| Binary | 1110010 | 1010101 | 10101000 | 100000 | 110001 | 0 | 100010 | 100000101 | 100001 | 110010 |
Color Harmonies of #7255A8
Complementary color
Monochromatic Colors of #7255A8
Black with #7255A8
Text Example
Text Example
White with #7255A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255A8; }
p { color: rgb(114,85,168); }
H1.HeaderClassName
{
color: #7255A8;
}
.AnyTagClassName
{
color: #7255A8;
}
</style>
background-color css
<style>
a { background-color: #7255A8; }
a { background-color: rgb(114,85,168); }
div.DivClassName
{
background-color: #7255A8;
}
.BgClassName
{
background-color: #7255A8;
}
</style>
border-color css
<style>
span { border-color: #7255A8; }
span { border-color: rgb(114,85,168); }
td.TdClassName
{
border-color: #7255A8;
}
.TagClassName
{
border-color: #7255A8;
}
</style>