Shades of Studio #754BBB
Tints of Studio #754BBB
RGB
CMYK
RGB Variations
Color information
#754BBB (or 0x754BBB) is known color: Studio. HEX triplet: 75, 4B and BB. RGB value is (117,75,187). Sum of RGB (Red+Green+Blue) = 117+75+187=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #754BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BBB is #8AB444. Grayscale: #636363. Windows color (decimal): -9090117 or 12274549. OLE color: 12274549.
HSL color Cylindrical-coordinate representation of color #754BBB: hue angle of 262.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754BBB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 75 | 187 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.27 |
| HSL | 262.5º | 0.45% | 0.51% | - |
| HSV(B) | 262.5º | 0.6% | 0.73% | - |
| XYZ | 18.82 | 12.4 | 48.42 | - |
| YUV | 100.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 187 | 0.37 | 0.60 | 0 | 0.27 | 262.5 | 0.45 | 0.51 |
| Hex | 75 | 4B | BB | 25 | 3C | 0 | 1B | 106 | 2D | 33 |
| Octal | 165 | 113 | 273 | 45 | 74 | 0 | 33 | 406 | 55 | 63 |
| Binary | 1110101 | 1001011 | 10111011 | 100101 | 111100 | 0 | 11011 | 100000110 | 101101 | 110011 |
Color Harmonies of #754BBB
Complementary color
Monochromatic Colors of #754BBB
Black with #754BBB
Text Example
Text Example
White with #754BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BBB; }
p { color: rgb(117,75,187); }
H1.HeaderClassName
{
color: #754BBB;
}
.AnyTagClassName
{
color: #754BBB;
}
</style>
background-color css
<style>
a { background-color: #754BBB; }
a { background-color: rgb(117,75,187); }
div.DivClassName
{
background-color: #754BBB;
}
.BgClassName
{
background-color: #754BBB;
}
</style>
border-color css
<style>
span { border-color: #754BBB; }
span { border-color: rgb(117,75,187); }
td.TdClassName
{
border-color: #754BBB;
}
.TagClassName
{
border-color: #754BBB;
}
</style>