Shades of Studio #754AB8
Tints of Studio #754AB8
RGB
CMYK
RGB Variations
Color information
#754AB8 (or 0x754AB8) is known color: Studio. HEX triplet: 75, 4A and B8. RGB value is (117,74,184). Sum of RGB (Red+Green+Blue) = 117+74+184=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #754AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AB8 is #8AB547. Grayscale: #626262. Windows color (decimal): -9090376 or 12077685. OLE color: 12077685.
HSL color Cylindrical-coordinate representation of color #754AB8: hue angle of 263.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754AB8 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 74 | 184 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.28 |
| HSL | 263.45º | 0.44% | 0.51% | - |
| HSV(B) | 263.45º | 0.6% | 0.72% | - |
| XYZ | 18.44 | 12.14 | 46.72 | - |
| YUV | 99.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 184 | 0.36 | 0.60 | 0 | 0.28 | 263.45 | 0.44 | 0.51 |
| Hex | 75 | 4A | B8 | 24 | 3C | 0 | 1C | 107 | 2C | 33 |
| Octal | 165 | 112 | 270 | 44 | 74 | 0 | 34 | 407 | 54 | 63 |
| Binary | 1110101 | 1001010 | 10111000 | 100100 | 111100 | 0 | 11100 | 100000111 | 101100 | 110011 |
Color Harmonies of #754AB8
Complementary color
Monochromatic Colors of #754AB8
Black with #754AB8
Text Example
Text Example
White with #754AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AB8; }
p { color: rgb(117,74,184); }
H1.HeaderClassName
{
color: #754AB8;
}
.AnyTagClassName
{
color: #754AB8;
}
</style>
background-color css
<style>
a { background-color: #754AB8; }
a { background-color: rgb(117,74,184); }
div.DivClassName
{
background-color: #754AB8;
}
.BgClassName
{
background-color: #754AB8;
}
</style>
border-color css
<style>
span { border-color: #754AB8; }
span { border-color: rgb(117,74,184); }
td.TdClassName
{
border-color: #754AB8;
}
.TagClassName
{
border-color: #754AB8;
}
</style>