Shades of Studio #754CB8
Tints of Studio #754CB8
RGB
CMYK
RGB Variations
Color information
#754CB8 (or 0x754CB8) is known color: Studio. HEX triplet: 75, 4C and B8. RGB value is (117,76,184). Sum of RGB (Red+Green+Blue) = 117+76+184=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #754CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CB8 is #8AB347. Grayscale: #646464. Windows color (decimal): -9089864 or 12078197. OLE color: 12078197.
HSL color Cylindrical-coordinate representation of color #754CB8: hue angle of 262.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754CB8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 76 | 184 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.28 |
| HSL | 262.78º | 0.43% | 0.51% | - |
| HSV(B) | 262.78º | 0.59% | 0.72% | - |
| XYZ | 18.57 | 12.41 | 46.76 | - |
| YUV | 100.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 184 | 0.36 | 0.59 | 0 | 0.28 | 262.78 | 0.43 | 0.51 |
| Hex | 75 | 4C | B8 | 24 | 3B | 0 | 1C | 107 | 2B | 33 |
| Octal | 165 | 114 | 270 | 44 | 73 | 0 | 34 | 407 | 53 | 63 |
| Binary | 1110101 | 1001100 | 10111000 | 100100 | 111011 | 0 | 11100 | 100000111 | 101011 | 110011 |
Color Harmonies of #754CB8
Complementary color
Monochromatic Colors of #754CB8
Black with #754CB8
Text Example
Text Example
White with #754CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754CB8; }
p { color: rgb(117,76,184); }
H1.HeaderClassName
{
color: #754CB8;
}
.AnyTagClassName
{
color: #754CB8;
}
</style>
background-color css
<style>
a { background-color: #754CB8; }
a { background-color: rgb(117,76,184); }
div.DivClassName
{
background-color: #754CB8;
}
.BgClassName
{
background-color: #754CB8;
}
</style>
border-color css
<style>
span { border-color: #754CB8; }
span { border-color: rgb(117,76,184); }
td.TdClassName
{
border-color: #754CB8;
}
.TagClassName
{
border-color: #754CB8;
}
</style>