Shades of Bali Hai #759BAF
Tints of Bali Hai #759BAF
RGB
CMYK
RGB Variations
Color information
#759BAF (or 0x759BAF) is known color: Bali Hai. HEX triplet: 75, 9B and AF. RGB value is (117,155,175). Sum of RGB (Red+Green+Blue) = 117+155+175=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #759BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAF is #8A6450. Grayscale: #919191. Windows color (decimal): -9069649 or 11508597. OLE color: 11508597.
HSL color Cylindrical-coordinate representation of color #759BAF: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759BAF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 155 | 175 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.31 |
| HSL | 200.69º | 0.27% | 0.57% | - |
| HSV(B) | 200.69º | 0.33% | 0.69% | - |
| XYZ | 26.8 | 30.32 | 45 | - |
| YUV | 145.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 175 | 0.33 | 0.11 | 0 | 0.31 | 200.69 | 0.27 | 0.57 |
| Hex | 75 | 9B | AF | 21 | B | 0 | 1F | C9 | 1B | 39 |
| Octal | 165 | 233 | 257 | 41 | 13 | 0 | 37 | 311 | 33 | 71 |
| Binary | 1110101 | 10011011 | 10101111 | 100001 | 1011 | 0 | 11111 | 11001001 | 11011 | 111001 |
Color Harmonies of #759BAF
Complementary color
Monochromatic Colors of #759BAF
Black with #759BAF
Text Example
Text Example
White with #759BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BAF; }
p { color: rgb(117,155,175); }
H1.HeaderClassName
{
color: #759BAF;
}
.AnyTagClassName
{
color: #759BAF;
}
</style>
background-color css
<style>
a { background-color: #759BAF; }
a { background-color: rgb(117,155,175); }
div.DivClassName
{
background-color: #759BAF;
}
.BgClassName
{
background-color: #759BAF;
}
</style>
border-color css
<style>
span { border-color: #759BAF; }
span { border-color: rgb(117,155,175); }
td.TdClassName
{
border-color: #759BAF;
}
.TagClassName
{
border-color: #759BAF;
}
</style>