Shades of Studio #7545B6
Tints of Studio #7545B6
RGB
CMYK
RGB Variations
Color information
#7545B6 (or 0x7545B6) is known color: Studio. HEX triplet: 75, 45 and B6. RGB value is (117,69,182). Sum of RGB (Red+Green+Blue) = 117+69+182=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #7545B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545B6 is #8ABA49. Grayscale: #5F5F5F. Windows color (decimal): -9091658 or 11945333. OLE color: 11945333.
HSL color Cylindrical-coordinate representation of color #7545B6: hue angle of 265.49º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7545B6 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 69 | 182 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.29 |
| HSL | 265.49º | 0.45% | 0.49% | - |
| HSV(B) | 265.49º | 0.62% | 0.71% | - |
| XYZ | 17.91 | 11.42 | 45.52 | - |
| YUV | 96.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 182 | 0.36 | 0.62 | 0 | 0.29 | 265.49 | 0.45 | 0.49 |
| Hex | 75 | 45 | B6 | 24 | 3E | 0 | 1D | 109 | 2D | 31 |
| Octal | 165 | 105 | 266 | 44 | 76 | 0 | 35 | 411 | 55 | 61 |
| Binary | 1110101 | 1000101 | 10110110 | 100100 | 111110 | 0 | 11101 | 100001001 | 101101 | 110001 |
Color Harmonies of #7545B6
Complementary color
Monochromatic Colors of #7545B6
Black with #7545B6
Text Example
Text Example
White with #7545B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545B6; }
p { color: rgb(117,69,182); }
H1.HeaderClassName
{
color: #7545B6;
}
.AnyTagClassName
{
color: #7545B6;
}
</style>
background-color css
<style>
a { background-color: #7545B6; }
a { background-color: rgb(117,69,182); }
div.DivClassName
{
background-color: #7545B6;
}
.BgClassName
{
background-color: #7545B6;
}
</style>
border-color css
<style>
span { border-color: #7545B6; }
span { border-color: rgb(117,69,182); }
td.TdClassName
{
border-color: #7545B6;
}
.TagClassName
{
border-color: #7545B6;
}
</style>