Shades of Bali Hai #7DA0B6
Tints of Bali Hai #7DA0B6
RGB
CMYK
RGB Variations
Color information
#7DA0B6 (or 0x7DA0B6) is known color: Bali Hai. HEX triplet: 7D, A0 and B6. RGB value is (125,160,182). Sum of RGB (Red+Green+Blue) = 125+160+182=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DA0B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA0B6 is #825F49. Grayscale: #979797. Windows color (decimal): -8544074 or 11968637. OLE color: 11968637.
HSL color Cylindrical-coordinate representation of color #7DA0B6: hue angle of 203.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DA0B6 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 160 | 182 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.29 |
| HSL | 203.16º | 0.28% | 0.6% | - |
| HSV(B) | 203.16º | 0.31% | 0.71% | - |
| XYZ | 29.47 | 32.88 | 49.05 | - |
| YUV | 152.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 182 | 0.31 | 0.12 | 0 | 0.29 | 203.16 | 0.28 | 0.6 |
| Hex | 7D | A0 | B6 | 1F | C | 0 | 1D | CB | 1C | 3C |
| Octal | 175 | 240 | 266 | 37 | 14 | 0 | 35 | 313 | 34 | 74 |
| Binary | 1111101 | 10100000 | 10110110 | 11111 | 1100 | 0 | 11101 | 11001011 | 11100 | 111100 |
Color Harmonies of #7DA0B6
Complementary color
Monochromatic Colors of #7DA0B6
Black with #7DA0B6
Text Example
Text Example
White with #7DA0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA0B6; }
p { color: rgb(125,160,182); }
H1.HeaderClassName
{
color: #7DA0B6;
}
.AnyTagClassName
{
color: #7DA0B6;
}
</style>
background-color css
<style>
a { background-color: #7DA0B6; }
a { background-color: rgb(125,160,182); }
div.DivClassName
{
background-color: #7DA0B6;
}
.BgClassName
{
background-color: #7DA0B6;
}
</style>
border-color css
<style>
span { border-color: #7DA0B6; }
span { border-color: rgb(125,160,182); }
td.TdClassName
{
border-color: #7DA0B6;
}
.TagClassName
{
border-color: #7DA0B6;
}
</style>