Shades of Glacier #7DA5BD
Tints of Glacier #7DA5BD
RGB
CMYK
RGB Variations
Color information
#7DA5BD (or 0x7DA5BD) is known color: Glacier. HEX triplet: 7D, A5 and BD. RGB value is (125,165,189). Sum of RGB (Red+Green+Blue) = 125+165+189=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DA5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5BD is #825A42. Grayscale: #9B9B9B. Windows color (decimal): -8542787 or 12428669. OLE color: 12428669.
HSL color Cylindrical-coordinate representation of color #7DA5BD: hue angle of 202.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA5BD is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 165 | 189 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.26 |
| HSL | 202.5º | 0.33% | 0.62% | - |
| HSV(B) | 202.5º | 0.34% | 0.74% | - |
| XYZ | 31.1 | 34.94 | 53.25 | - |
| YUV | 155.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 189 | 0.34 | 0.13 | 0 | 0.26 | 202.5 | 0.33 | 0.62 |
| Hex | 7D | A5 | BD | 22 | D | 0 | 1A | CA | 21 | 3E |
| Octal | 175 | 245 | 275 | 42 | 15 | 0 | 32 | 312 | 41 | 76 |
| Binary | 1111101 | 10100101 | 10111101 | 100010 | 1101 | 0 | 11010 | 11001010 | 100001 | 111110 |
Color Harmonies of #7DA5BD
Complementary color
Monochromatic Colors of #7DA5BD
Black with #7DA5BD
Text Example
Text Example
White with #7DA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA5BD; }
p { color: rgb(125,165,189); }
H1.HeaderClassName
{
color: #7DA5BD;
}
.AnyTagClassName
{
color: #7DA5BD;
}
</style>
background-color css
<style>
a { background-color: #7DA5BD; }
a { background-color: rgb(125,165,189); }
div.DivClassName
{
background-color: #7DA5BD;
}
.BgClassName
{
background-color: #7DA5BD;
}
</style>
border-color css
<style>
span { border-color: #7DA5BD; }
span { border-color: rgb(125,165,189); }
td.TdClassName
{
border-color: #7DA5BD;
}
.TagClassName
{
border-color: #7DA5BD;
}
</style>