Shades of Studio #754DAB
Tints of Studio #754DAB
RGB
CMYK
RGB Variations
Color information
#754DAB (or 0x754DAB) is known color: Studio. HEX triplet: 75, 4D and AB. RGB value is (117,77,171). Sum of RGB (Red+Green+Blue) = 117+77+171=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #754DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DAB is #8AB254. Grayscale: #636363. Windows color (decimal): -9089621 or 11226485. OLE color: 11226485.
HSL color Cylindrical-coordinate representation of color #754DAB: hue angle of 265.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754DAB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 77 | 171 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.33 |
| HSL | 265.53º | 0.38% | 0.49% | - |
| HSV(B) | 265.53º | 0.55% | 0.67% | - |
| XYZ | 17.34 | 12.03 | 39.94 | - |
| YUV | 99.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 171 | 0.32 | 0.55 | 0 | 0.33 | 265.53 | 0.38 | 0.49 |
| Hex | 75 | 4D | AB | 20 | 37 | 0 | 21 | 10A | 26 | 31 |
| Octal | 165 | 115 | 253 | 40 | 67 | 0 | 41 | 412 | 46 | 61 |
| Binary | 1110101 | 1001101 | 10101011 | 100000 | 110111 | 0 | 100001 | 100001010 | 100110 | 110001 |
Color Harmonies of #754DAB
Complementary color
Monochromatic Colors of #754DAB
Black with #754DAB
Text Example
Text Example
White with #754DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DAB; }
p { color: rgb(117,77,171); }
H1.HeaderClassName
{
color: #754DAB;
}
.AnyTagClassName
{
color: #754DAB;
}
</style>
background-color css
<style>
a { background-color: #754DAB; }
a { background-color: rgb(117,77,171); }
div.DivClassName
{
background-color: #754DAB;
}
.BgClassName
{
background-color: #754DAB;
}
</style>
border-color css
<style>
span { border-color: #754DAB; }
span { border-color: rgb(117,77,171); }
td.TdClassName
{
border-color: #754DAB;
}
.TagClassName
{
border-color: #754DAB;
}
</style>