Shades of Studio #754DB6
Tints of Studio #754DB6
RGB
CMYK
RGB Variations
Color information
#754DB6 (or 0x754DB6) is known color: Studio. HEX triplet: 75, 4D and B6. RGB value is (117,77,182). Sum of RGB (Red+Green+Blue) = 117+77+182=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #754DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DB6 is #8AB249. Grayscale: #646464. Windows color (decimal): -9089610 or 11947381. OLE color: 11947381.
HSL color Cylindrical-coordinate representation of color #754DB6: hue angle of 262.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754DB6 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 77 | 182 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.29 |
| HSL | 262.86º | 0.42% | 0.51% | - |
| HSV(B) | 262.86º | 0.58% | 0.71% | - |
| XYZ | 18.43 | 12.47 | 45.69 | - |
| YUV | 100.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 182 | 0.36 | 0.58 | 0 | 0.29 | 262.86 | 0.42 | 0.51 |
| Hex | 75 | 4D | B6 | 24 | 3A | 0 | 1D | 107 | 2A | 33 |
| Octal | 165 | 115 | 266 | 44 | 72 | 0 | 35 | 407 | 52 | 63 |
| Binary | 1110101 | 1001101 | 10110110 | 100100 | 111010 | 0 | 11101 | 100000111 | 101010 | 110011 |
Color Harmonies of #754DB6
Complementary color
Monochromatic Colors of #754DB6
Black with #754DB6
Text Example
Text Example
White with #754DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DB6; }
p { color: rgb(117,77,182); }
H1.HeaderClassName
{
color: #754DB6;
}
.AnyTagClassName
{
color: #754DB6;
}
</style>
background-color css
<style>
a { background-color: #754DB6; }
a { background-color: rgb(117,77,182); }
div.DivClassName
{
background-color: #754DB6;
}
.BgClassName
{
background-color: #754DB6;
}
</style>
border-color css
<style>
span { border-color: #754DB6; }
span { border-color: rgb(117,77,182); }
td.TdClassName
{
border-color: #754DB6;
}
.TagClassName
{
border-color: #754DB6;
}
</style>