Shades of Studio #754FA6
Tints of Studio #754FA6
RGB
CMYK
RGB Variations
Color information
#754FA6 (or 0x754FA6) is known color: Studio. HEX triplet: 75, 4F and A6. RGB value is (117,79,166). Sum of RGB (Red+Green+Blue) = 117+79+166=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #754FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FA6 is #8AB059. Grayscale: #636363. Windows color (decimal): -9089114 or 10899317. OLE color: 10899317.
HSL color Cylindrical-coordinate representation of color #754FA6: hue angle of 266.21º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754FA6 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 79 | 166 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.35 |
| HSL | 266.21º | 0.36% | 0.48% | - |
| HSV(B) | 266.21º | 0.52% | 0.65% | - |
| XYZ | 17.02 | 12.13 | 37.52 | - |
| YUV | 100.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 166 | 0.30 | 0.52 | 0 | 0.35 | 266.21 | 0.36 | 0.48 |
| Hex | 75 | 4F | A6 | 1E | 34 | 0 | 23 | 10A | 24 | 30 |
| Octal | 165 | 117 | 246 | 36 | 64 | 0 | 43 | 412 | 44 | 60 |
| Binary | 1110101 | 1001111 | 10100110 | 11110 | 110100 | 0 | 100011 | 100001010 | 100100 | 110000 |
Color Harmonies of #754FA6
Complementary color
Monochromatic Colors of #754FA6
Black with #754FA6
Text Example
Text Example
White with #754FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FA6; }
p { color: rgb(117,79,166); }
H1.HeaderClassName
{
color: #754FA6;
}
.AnyTagClassName
{
color: #754FA6;
}
</style>
background-color css
<style>
a { background-color: #754FA6; }
a { background-color: rgb(117,79,166); }
div.DivClassName
{
background-color: #754FA6;
}
.BgClassName
{
background-color: #754FA6;
}
</style>
border-color css
<style>
span { border-color: #754FA6; }
span { border-color: rgb(117,79,166); }
td.TdClassName
{
border-color: #754FA6;
}
.TagClassName
{
border-color: #754FA6;
}
</style>