Shades of Studio #754B9C
Tints of Studio #754B9C
RGB
CMYK
RGB Variations
Color information
#754B9C (or 0x754B9C) is known color: Studio. HEX triplet: 75, 4B and 9C. RGB value is (117,75,156). Sum of RGB (Red+Green+Blue) = 117+75+156=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #754B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B9C is #8AB463. Grayscale: #606060. Windows color (decimal): -9090148 or 10242933. OLE color: 10242933.
HSL color Cylindrical-coordinate representation of color #754B9C: hue angle of 271.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754B9C is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 75 | 156 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.39 |
| HSL | 271.11º | 0.35% | 0.45% | - |
| HSV(B) | 271.11º | 0.52% | 0.61% | - |
| XYZ | 15.85 | 11.21 | 32.78 | - |
| YUV | 96.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 156 | 0.25 | 0.52 | 0 | 0.39 | 271.11 | 0.35 | 0.45 |
| Hex | 75 | 4B | 9C | 19 | 34 | 0 | 27 | 10F | 23 | 2D |
| Octal | 165 | 113 | 234 | 31 | 64 | 0 | 47 | 417 | 43 | 55 |
| Binary | 1110101 | 1001011 | 10011100 | 11001 | 110100 | 0 | 100111 | 100001111 | 100011 | 101101 |
Color Harmonies of #754B9C
Complementary color
Monochromatic Colors of #754B9C
Black with #754B9C
Text Example
Text Example
White with #754B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B9C; }
p { color: rgb(117,75,156); }
H1.HeaderClassName
{
color: #754B9C;
}
.AnyTagClassName
{
color: #754B9C;
}
</style>
background-color css
<style>
a { background-color: #754B9C; }
a { background-color: rgb(117,75,156); }
div.DivClassName
{
background-color: #754B9C;
}
.BgClassName
{
background-color: #754B9C;
}
</style>
border-color css
<style>
span { border-color: #754B9C; }
span { border-color: rgb(117,75,156); }
td.TdClassName
{
border-color: #754B9C;
}
.TagClassName
{
border-color: #754B9C;
}
</style>