Shades of Bali Hai #7694AF
Tints of Bali Hai #7694AF
RGB
CMYK
RGB Variations
Color information
#7694AF (or 0x7694AF) is known color: Bali Hai. HEX triplet: 76, 94 and AF. RGB value is (118,148,175). Sum of RGB (Red+Green+Blue) = 118+148+175=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7694AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AF is #896B50. Grayscale: #8D8D8D. Windows color (decimal): -9005905 or 11506806. OLE color: 11506806.
HSL color Cylindrical-coordinate representation of color #7694AF: hue angle of 208.42º degrees, saturation: 0.26, 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 #7694AF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 148 | 175 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.31 |
| HSL | 208.42º | 0.26% | 0.57% | - |
| HSV(B) | 208.42º | 0.33% | 0.69% | - |
| XYZ | 25.8 | 28.13 | 44.63 | - |
| YUV | 142.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 175 | 0.33 | 0.15 | 0 | 0.31 | 208.42 | 0.26 | 0.57 |
| Hex | 76 | 94 | AF | 21 | F | 0 | 1F | D0 | 1A | 39 |
| Octal | 166 | 224 | 257 | 41 | 17 | 0 | 37 | 320 | 32 | 71 |
| Binary | 1110110 | 10010100 | 10101111 | 100001 | 1111 | 0 | 11111 | 11010000 | 11010 | 111001 |
Color Harmonies of #7694AF
Complementary color
Monochromatic Colors of #7694AF
Black with #7694AF
Text Example
Text Example
White with #7694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7694AF; }
p { color: rgb(118,148,175); }
H1.HeaderClassName
{
color: #7694AF;
}
.AnyTagClassName
{
color: #7694AF;
}
</style>
background-color css
<style>
a { background-color: #7694AF; }
a { background-color: rgb(118,148,175); }
div.DivClassName
{
background-color: #7694AF;
}
.BgClassName
{
background-color: #7694AF;
}
</style>
border-color css
<style>
span { border-color: #7694AF; }
span { border-color: rgb(118,148,175); }
td.TdClassName
{
border-color: #7694AF;
}
.TagClassName
{
border-color: #7694AF;
}
</style>