Shades of Studio #745797
Tints of Studio #745797
RGB
CMYK
RGB Variations
Color information
#745797 (or 0x745797) is known color: Studio. HEX triplet: 74, 57 and 97. RGB value is (116,87,151). Sum of RGB (Red+Green+Blue) = 116+87+151=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #745797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745797 is #8BA868. Grayscale: #666666. Windows color (decimal): -9152617 or 9918324. OLE color: 9918324.
HSL color Cylindrical-coordinate representation of color #745797: hue angle of 267.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745797 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 87 | 151 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.41 |
| HSL | 267.19º | 0.27% | 0.47% | - |
| HSV(B) | 267.19º | 0.42% | 0.59% | - |
| XYZ | 16.2 | 12.76 | 30.89 | - |
| YUV | 102.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 151 | 0.23 | 0.42 | 0 | 0.41 | 267.19 | 0.27 | 0.47 |
| Hex | 74 | 57 | 97 | 17 | 2A | 0 | 29 | 10B | 1B | 2F |
| Octal | 164 | 127 | 227 | 27 | 52 | 0 | 51 | 413 | 33 | 57 |
| Binary | 1110100 | 1010111 | 10010111 | 10111 | 101010 | 0 | 101001 | 100001011 | 11011 | 101111 |
Color Harmonies of #745797
Complementary color
Monochromatic Colors of #745797
Black with #745797
Text Example
Text Example
White with #745797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745797; }
p { color: rgb(116,87,151); }
H1.HeaderClassName
{
color: #745797;
}
.AnyTagClassName
{
color: #745797;
}
</style>
background-color css
<style>
a { background-color: #745797; }
a { background-color: rgb(116,87,151); }
div.DivClassName
{
background-color: #745797;
}
.BgClassName
{
background-color: #745797;
}
</style>
border-color css
<style>
span { border-color: #745797; }
span { border-color: rgb(116,87,151); }
td.TdClassName
{
border-color: #745797;
}
.TagClassName
{
border-color: #745797;
}
</style>