Shades of Bali Hai #7DA5B5
Tints of Bali Hai #7DA5B5
RGB
CMYK
RGB Variations
Color information
#7DA5B5 (or 0x7DA5B5) is known color: Bali Hai. HEX triplet: 7D, A5 and B5. RGB value is (125,165,181). Sum of RGB (Red+Green+Blue) = 125+165+181=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #7DA5B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5B5 is #825A4A. Grayscale: #9A9A9A. Windows color (decimal): -8542795 or 11904381. OLE color: 11904381.
HSL color Cylindrical-coordinate representation of color #7DA5B5: hue angle of 197.14º degrees, saturation: 0.27, 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 #7DA5B5 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 165 | 181 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.29 |
| HSL | 197.14º | 0.27% | 0.6% | - |
| HSV(B) | 197.14º | 0.31% | 0.71% | - |
| XYZ | 30.25 | 34.61 | 48.8 | - |
| YUV | 154.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 181 | 0.31 | 0.09 | 0 | 0.29 | 197.14 | 0.27 | 0.6 |
| Hex | 7D | A5 | B5 | 1F | 9 | 0 | 1D | C5 | 1B | 3C |
| Octal | 175 | 245 | 265 | 37 | 11 | 0 | 35 | 305 | 33 | 74 |
| Binary | 1111101 | 10100101 | 10110101 | 11111 | 1001 | 0 | 11101 | 11000101 | 11011 | 111100 |
Color Harmonies of #7DA5B5
Complementary color
Monochromatic Colors of #7DA5B5
Black with #7DA5B5
Text Example
Text Example
White with #7DA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA5B5; }
p { color: rgb(125,165,181); }
H1.HeaderClassName
{
color: #7DA5B5;
}
.AnyTagClassName
{
color: #7DA5B5;
}
</style>
background-color css
<style>
a { background-color: #7DA5B5; }
a { background-color: rgb(125,165,181); }
div.DivClassName
{
background-color: #7DA5B5;
}
.BgClassName
{
background-color: #7DA5B5;
}
</style>
border-color css
<style>
span { border-color: #7DA5B5; }
span { border-color: rgb(125,165,181); }
td.TdClassName
{
border-color: #7DA5B5;
}
.TagClassName
{
border-color: #7DA5B5;
}
</style>