Shades of Studio #75499C
Tints of Studio #75499C
RGB
CMYK
RGB Variations
Color information
#75499C (or 0x75499C) is known color: Studio. HEX triplet: 75, 49 and 9C. RGB value is (117,73,156). Sum of RGB (Red+Green+Blue) = 117+73+156=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #75499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75499C is #8AB663. Grayscale: #5F5F5F. Windows color (decimal): -9090660 or 10242421. OLE color: 10242421.
HSL color Cylindrical-coordinate representation of color #75499C: hue angle of 271.81º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75499C is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 73 | 156 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.39 |
| HSL | 271.81º | 0.36% | 0.45% | - |
| HSV(B) | 271.81º | 0.53% | 0.61% | - |
| XYZ | 15.72 | 10.95 | 32.74 | - |
| YUV | 95.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 156 | 0.25 | 0.53 | 0 | 0.39 | 271.81 | 0.36 | 0.45 |
| Hex | 75 | 49 | 9C | 19 | 35 | 0 | 27 | 110 | 24 | 2D |
| Octal | 165 | 111 | 234 | 31 | 65 | 0 | 47 | 420 | 44 | 55 |
| Binary | 1110101 | 1001001 | 10011100 | 11001 | 110101 | 0 | 100111 | 100010000 | 100100 | 101101 |
Color Harmonies of #75499C
Complementary color
Monochromatic Colors of #75499C
Black with #75499C
Text Example
Text Example
White with #75499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75499C; }
p { color: rgb(117,73,156); }
H1.HeaderClassName
{
color: #75499C;
}
.AnyTagClassName
{
color: #75499C;
}
</style>
background-color css
<style>
a { background-color: #75499C; }
a { background-color: rgb(117,73,156); }
div.DivClassName
{
background-color: #75499C;
}
.BgClassName
{
background-color: #75499C;
}
</style>
border-color css
<style>
span { border-color: #75499C; }
span { border-color: rgb(117,73,156); }
td.TdClassName
{
border-color: #75499C;
}
.TagClassName
{
border-color: #75499C;
}
</style>