Shades of Studio #7658AC
Tints of Studio #7658AC
RGB
CMYK
RGB Variations
Color information
#7658AC (or 0x7658AC) is known color: Studio. HEX triplet: 76, 58 and AC. RGB value is (118,88,172). Sum of RGB (Red+Green+Blue) = 118+88+172=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #7658AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7658AC is #89A753. Grayscale: #6A6A6A. Windows color (decimal): -9021268 or 11294838. OLE color: 11294838.
HSL color Cylindrical-coordinate representation of color #7658AC: hue angle of 261.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7658AC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 88 | 172 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.33 |
| HSL | 261.43º | 0.34% | 0.51% | - |
| HSV(B) | 261.43º | 0.49% | 0.67% | - |
| XYZ | 18.41 | 13.81 | 40.73 | - |
| YUV | 106.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 172 | 0.31 | 0.49 | 0 | 0.33 | 261.43 | 0.34 | 0.51 |
| Hex | 76 | 58 | AC | 1F | 31 | 0 | 21 | 105 | 22 | 33 |
| Octal | 166 | 130 | 254 | 37 | 61 | 0 | 41 | 405 | 42 | 63 |
| Binary | 1110110 | 1011000 | 10101100 | 11111 | 110001 | 0 | 100001 | 100000101 | 100010 | 110011 |
Color Harmonies of #7658AC
Complementary color
Monochromatic Colors of #7658AC
Black with #7658AC
Text Example
Text Example
White with #7658AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7658AC; }
p { color: rgb(118,88,172); }
H1.HeaderClassName
{
color: #7658AC;
}
.AnyTagClassName
{
color: #7658AC;
}
</style>
background-color css
<style>
a { background-color: #7658AC; }
a { background-color: rgb(118,88,172); }
div.DivClassName
{
background-color: #7658AC;
}
.BgClassName
{
background-color: #7658AC;
}
</style>
border-color css
<style>
span { border-color: #7658AC; }
span { border-color: rgb(118,88,172); }
td.TdClassName
{
border-color: #7658AC;
}
.TagClassName
{
border-color: #7658AC;
}
</style>