Shades of Studio #745395
Tints of Studio #745395
RGB
CMYK
RGB Variations
Color information
#745395 (or 0x745395) is known color: Studio. HEX triplet: 74, 53 and 95. RGB value is (116,83,149). Sum of RGB (Red+Green+Blue) = 116+83+149=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #745395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745395 is #8BAC6A. Grayscale: #646464. Windows color (decimal): -9153643 or 9786228. OLE color: 9786228.
HSL color Cylindrical-coordinate representation of color #745395: hue angle of 270º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745395 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 83 | 149 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.42 |
| HSL | 270º | 0.28% | 0.45% | - |
| HSV(B) | 270º | 0.44% | 0.58% | - |
| XYZ | 15.72 | 12.07 | 29.93 | - |
| YUV | 100.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 149 | 0.22 | 0.44 | 0 | 0.42 | 270 | 0.28 | 0.45 |
| Hex | 74 | 53 | 95 | 16 | 2C | 0 | 2A | 10E | 1C | 2D |
| Octal | 164 | 123 | 225 | 26 | 54 | 0 | 52 | 416 | 34 | 55 |
| Binary | 1110100 | 1010011 | 10010101 | 10110 | 101100 | 0 | 101010 | 100001110 | 11100 | 101101 |
Color Harmonies of #745395
Complementary color
Monochromatic Colors of #745395
Black with #745395
Text Example
Text Example
White with #745395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745395; }
p { color: rgb(116,83,149); }
H1.HeaderClassName
{
color: #745395;
}
.AnyTagClassName
{
color: #745395;
}
</style>
background-color css
<style>
a { background-color: #745395; }
a { background-color: rgb(116,83,149); }
div.DivClassName
{
background-color: #745395;
}
.BgClassName
{
background-color: #745395;
}
</style>
border-color css
<style>
span { border-color: #745395; }
span { border-color: rgb(116,83,149); }
td.TdClassName
{
border-color: #745395;
}
.TagClassName
{
border-color: #745395;
}
</style>