Shades of Studio #754DB5
Tints of Studio #754DB5
RGB
CMYK
RGB Variations
Color information
#754DB5 (or 0x754DB5) is known color: Studio. HEX triplet: 75, 4D and B5. RGB value is (117,77,181). Sum of RGB (Red+Green+Blue) = 117+77+181=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #754DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DB5 is #8AB24A. Grayscale: #646464. Windows color (decimal): -9089611 or 11881845. OLE color: 11881845.
HSL color Cylindrical-coordinate representation of color #754DB5: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754DB5 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 77 | 181 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.29 |
| HSL | 263.08º | 0.41% | 0.51% | - |
| HSV(B) | 263.08º | 0.57% | 0.71% | - |
| XYZ | 18.33 | 12.43 | 45.15 | - |
| YUV | 100.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 181 | 0.35 | 0.57 | 0 | 0.29 | 263.08 | 0.41 | 0.51 |
| Hex | 75 | 4D | B5 | 23 | 39 | 0 | 1D | 107 | 29 | 33 |
| Octal | 165 | 115 | 265 | 43 | 71 | 0 | 35 | 407 | 51 | 63 |
| Binary | 1110101 | 1001101 | 10110101 | 100011 | 111001 | 0 | 11101 | 100000111 | 101001 | 110011 |
Color Harmonies of #754DB5
Complementary color
Monochromatic Colors of #754DB5
Black with #754DB5
Text Example
Text Example
White with #754DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DB5; }
p { color: rgb(117,77,181); }
H1.HeaderClassName
{
color: #754DB5;
}
.AnyTagClassName
{
color: #754DB5;
}
</style>
background-color css
<style>
a { background-color: #754DB5; }
a { background-color: rgb(117,77,181); }
div.DivClassName
{
background-color: #754DB5;
}
.BgClassName
{
background-color: #754DB5;
}
</style>
border-color css
<style>
span { border-color: #754DB5; }
span { border-color: rgb(117,77,181); }
td.TdClassName
{
border-color: #754DB5;
}
.TagClassName
{
border-color: #754DB5;
}
</style>