Shades of Studio #7651AF
Tints of Studio #7651AF
RGB
CMYK
RGB Variations
Color information
#7651AF (or 0x7651AF) is known color: Studio. HEX triplet: 76, 51 and AF. RGB value is (118,81,175). Sum of RGB (Red+Green+Blue) = 118+81+175=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #7651AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7651AF is #89AE50. Grayscale: #666666. Windows color (decimal): -9023057 or 11489654. OLE color: 11489654.
HSL color Cylindrical-coordinate representation of color #7651AF: hue angle of 263.62º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7651AF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 81 | 175 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.31 |
| HSL | 263.62º | 0.37% | 0.5% | - |
| HSV(B) | 263.62º | 0.54% | 0.69% | - |
| XYZ | 18.15 | 12.83 | 42.08 | - |
| YUV | 102.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 175 | 0.33 | 0.54 | 0 | 0.31 | 263.62 | 0.37 | 0.5 |
| Hex | 76 | 51 | AF | 21 | 36 | 0 | 1F | 108 | 25 | 32 |
| Octal | 166 | 121 | 257 | 41 | 66 | 0 | 37 | 410 | 45 | 62 |
| Binary | 1110110 | 1010001 | 10101111 | 100001 | 110110 | 0 | 11111 | 100001000 | 100101 | 110010 |
Color Harmonies of #7651AF
Complementary color
Monochromatic Colors of #7651AF
Black with #7651AF
Text Example
Text Example
White with #7651AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7651AF; }
p { color: rgb(118,81,175); }
H1.HeaderClassName
{
color: #7651AF;
}
.AnyTagClassName
{
color: #7651AF;
}
</style>
background-color css
<style>
a { background-color: #7651AF; }
a { background-color: rgb(118,81,175); }
div.DivClassName
{
background-color: #7651AF;
}
.BgClassName
{
background-color: #7651AF;
}
</style>
border-color css
<style>
span { border-color: #7651AF; }
span { border-color: rgb(118,81,175); }
td.TdClassName
{
border-color: #7651AF;
}
.TagClassName
{
border-color: #7651AF;
}
</style>