Shades of Studio #754FB5
Tints of Studio #754FB5
RGB
CMYK
RGB Variations
Color information
#754FB5 (or 0x754FB5) is known color: Studio. HEX triplet: 75, 4F and B5. RGB value is (117,79,181). Sum of RGB (Red+Green+Blue) = 117+79+181=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #754FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FB5 is #8AB04A. Grayscale: #656565. Windows color (decimal): -9089099 or 11882357. OLE color: 11882357.
HSL color Cylindrical-coordinate representation of color #754FB5: hue angle of 262.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754FB5 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 79 | 181 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.29 |
| HSL | 262.35º | 0.41% | 0.51% | - |
| HSV(B) | 262.35º | 0.56% | 0.71% | - |
| XYZ | 18.47 | 12.71 | 45.2 | - |
| YUV | 101.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 181 | 0.35 | 0.56 | 0 | 0.29 | 262.35 | 0.41 | 0.51 |
| Hex | 75 | 4F | B5 | 23 | 38 | 0 | 1D | 106 | 29 | 33 |
| Octal | 165 | 117 | 265 | 43 | 70 | 0 | 35 | 406 | 51 | 63 |
| Binary | 1110101 | 1001111 | 10110101 | 100011 | 111000 | 0 | 11101 | 100000110 | 101001 | 110011 |
Color Harmonies of #754FB5
Complementary color
Monochromatic Colors of #754FB5
Black with #754FB5
Text Example
Text Example
White with #754FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FB5; }
p { color: rgb(117,79,181); }
H1.HeaderClassName
{
color: #754FB5;
}
.AnyTagClassName
{
color: #754FB5;
}
</style>
background-color css
<style>
a { background-color: #754FB5; }
a { background-color: rgb(117,79,181); }
div.DivClassName
{
background-color: #754FB5;
}
.BgClassName
{
background-color: #754FB5;
}
</style>
border-color css
<style>
span { border-color: #754FB5; }
span { border-color: rgb(117,79,181); }
td.TdClassName
{
border-color: #754FB5;
}
.TagClassName
{
border-color: #754FB5;
}
</style>