Shades of Studio #7654AF
Tints of Studio #7654AF
RGB
CMYK
RGB Variations
Color information
#7654AF (or 0x7654AF) is known color: Studio. HEX triplet: 76, 54 and AF. RGB value is (118,84,175). Sum of RGB (Red+Green+Blue) = 118+84+175=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7654AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7654AF is #89AB50. Grayscale: #686868. Windows color (decimal): -9022289 or 11490422. OLE color: 11490422.
HSL color Cylindrical-coordinate representation of color #7654AF: hue angle of 262.42º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7654AF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 84 | 175 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.31 |
| HSL | 262.42º | 0.36% | 0.51% | - |
| HSV(B) | 262.42º | 0.52% | 0.69% | - |
| XYZ | 18.38 | 13.29 | 42.15 | - |
| YUV | 104.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 175 | 0.33 | 0.52 | 0 | 0.31 | 262.42 | 0.36 | 0.51 |
| Hex | 76 | 54 | AF | 21 | 34 | 0 | 1F | 106 | 24 | 33 |
| Octal | 166 | 124 | 257 | 41 | 64 | 0 | 37 | 406 | 44 | 63 |
| Binary | 1110110 | 1010100 | 10101111 | 100001 | 110100 | 0 | 11111 | 100000110 | 100100 | 110011 |
Color Harmonies of #7654AF
Complementary color
Monochromatic Colors of #7654AF
Black with #7654AF
Text Example
Text Example
White with #7654AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7654AF; }
p { color: rgb(118,84,175); }
H1.HeaderClassName
{
color: #7654AF;
}
.AnyTagClassName
{
color: #7654AF;
}
</style>
background-color css
<style>
a { background-color: #7654AF; }
a { background-color: rgb(118,84,175); }
div.DivClassName
{
background-color: #7654AF;
}
.BgClassName
{
background-color: #7654AF;
}
</style>
border-color css
<style>
span { border-color: #7654AF; }
span { border-color: rgb(118,84,175); }
td.TdClassName
{
border-color: #7654AF;
}
.TagClassName
{
border-color: #7654AF;
}
</style>