Shades of Studio #7645AB
Tints of Studio #7645AB
RGB
CMYK
RGB Variations
Color information
#7645AB (or 0x7645AB) is known color: Studio. HEX triplet: 76, 45 and AB. RGB value is (118,69,171). Sum of RGB (Red+Green+Blue) = 118+69+171=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #7645AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7645AB is #89BA54. Grayscale: #5E5E5E. Windows color (decimal): -9026133 or 11224438. OLE color: 11224438.
HSL color Cylindrical-coordinate representation of color #7645AB: hue angle of 268.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7645AB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 69 | 171 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.33 |
| HSL | 268.82º | 0.43% | 0.47% | - |
| HSV(B) | 268.82º | 0.6% | 0.67% | - |
| XYZ | 16.95 | 11.05 | 39.77 | - |
| YUV | 95.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 171 | 0.31 | 0.60 | 0 | 0.33 | 268.82 | 0.43 | 0.47 |
| Hex | 76 | 45 | AB | 1F | 3C | 0 | 21 | 10D | 2A | 2F |
| Octal | 166 | 105 | 253 | 37 | 74 | 0 | 41 | 415 | 52 | 57 |
| Binary | 1110110 | 1000101 | 10101011 | 11111 | 111100 | 0 | 100001 | 100001101 | 101010 | 101111 |
Color Harmonies of #7645AB
Complementary color
Monochromatic Colors of #7645AB
Black with #7645AB
Text Example
Text Example
White with #7645AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645AB; }
p { color: rgb(118,69,171); }
H1.HeaderClassName
{
color: #7645AB;
}
.AnyTagClassName
{
color: #7645AB;
}
</style>
background-color css
<style>
a { background-color: #7645AB; }
a { background-color: rgb(118,69,171); }
div.DivClassName
{
background-color: #7645AB;
}
.BgClassName
{
background-color: #7645AB;
}
</style>
border-color css
<style>
span { border-color: #7645AB; }
span { border-color: rgb(118,69,171); }
td.TdClassName
{
border-color: #7645AB;
}
.TagClassName
{
border-color: #7645AB;
}
</style>