Shades of Bali Hai #7D9BAF
Tints of Bali Hai #7D9BAF
RGB
CMYK
RGB Variations
Color information
#7D9BAF (or 0x7D9BAF) is known color: Bali Hai. HEX triplet: 7D, 9B and AF. RGB value is (125,155,175). Sum of RGB (Red+Green+Blue) = 125+155+175=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D9BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9BAF is #826450. Grayscale: #949494. Windows color (decimal): -8545361 or 11508605. OLE color: 11508605.
HSL color Cylindrical-coordinate representation of color #7D9BAF: hue angle of 204º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D9BAF is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 155 | 175 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.31 |
| HSL | 204º | 0.24% | 0.59% | - |
| HSV(B) | 204º | 0.29% | 0.69% | - |
| XYZ | 27.92 | 30.9 | 45.05 | - |
| YUV | 148.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 175 | 0.29 | 0.11 | 0 | 0.31 | 204 | 0.24 | 0.59 |
| Hex | 7D | 9B | AF | 1D | B | 0 | 1F | CC | 18 | 3B |
| Octal | 175 | 233 | 257 | 35 | 13 | 0 | 37 | 314 | 30 | 73 |
| Binary | 1111101 | 10011011 | 10101111 | 11101 | 1011 | 0 | 11111 | 11001100 | 11000 | 111011 |
Color Harmonies of #7D9BAF
Complementary color
Monochromatic Colors of #7D9BAF
Black with #7D9BAF
Text Example
Text Example
White with #7D9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BAF; }
p { color: rgb(125,155,175); }
H1.HeaderClassName
{
color: #7D9BAF;
}
.AnyTagClassName
{
color: #7D9BAF;
}
</style>
background-color css
<style>
a { background-color: #7D9BAF; }
a { background-color: rgb(125,155,175); }
div.DivClassName
{
background-color: #7D9BAF;
}
.BgClassName
{
background-color: #7D9BAF;
}
</style>
border-color css
<style>
span { border-color: #7D9BAF; }
span { border-color: rgb(125,155,175); }
td.TdClassName
{
border-color: #7D9BAF;
}
.TagClassName
{
border-color: #7D9BAF;
}
</style>