Shades of Studio #724BB8
Tints of Studio #724BB8
RGB
CMYK
RGB Variations
Color information
#724BB8 (or 0x724BB8) is known color: Studio. HEX triplet: 72, 4B and B8. RGB value is (114,75,184). Sum of RGB (Red+Green+Blue) = 114+75+184=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #724BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BB8 is #8DB447. Grayscale: #626262. Windows color (decimal): -9286728 or 12077938. OLE color: 12077938.
HSL color Cylindrical-coordinate representation of color #724BB8: hue angle of 261.47º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724BB8 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 75 | 184 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.28 |
| HSL | 261.47º | 0.43% | 0.51% | - |
| HSV(B) | 261.47º | 0.59% | 0.72% | - |
| XYZ | 18.11 | 12.07 | 46.72 | - |
| YUV | 99.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 184 | 0.38 | 0.59 | 0 | 0.28 | 261.47 | 0.43 | 0.51 |
| Hex | 72 | 4B | B8 | 26 | 3B | 0 | 1C | 105 | 2B | 33 |
| Octal | 162 | 113 | 270 | 46 | 73 | 0 | 34 | 405 | 53 | 63 |
| Binary | 1110010 | 1001011 | 10111000 | 100110 | 111011 | 0 | 11100 | 100000101 | 101011 | 110011 |
Color Harmonies of #724BB8
Complementary color
Monochromatic Colors of #724BB8
Black with #724BB8
Text Example
Text Example
White with #724BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BB8; }
p { color: rgb(114,75,184); }
H1.HeaderClassName
{
color: #724BB8;
}
.AnyTagClassName
{
color: #724BB8;
}
</style>
background-color css
<style>
a { background-color: #724BB8; }
a { background-color: rgb(114,75,184); }
div.DivClassName
{
background-color: #724BB8;
}
.BgClassName
{
background-color: #724BB8;
}
</style>
border-color css
<style>
span { border-color: #724BB8; }
span { border-color: rgb(114,75,184); }
td.TdClassName
{
border-color: #724BB8;
}
.TagClassName
{
border-color: #724BB8;
}
</style>