Shades of Bali Hai #839AA7
Tints of Bali Hai #839AA7
RGB
CMYK
RGB Variations
Color information
#839AA7 (or 0x839AA7) is known color: Bali Hai. HEX triplet: 83, 9A and A7. RGB value is (131,154,167). Sum of RGB (Red+Green+Blue) = 131+154+167=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #839AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AA7 is #7C6558. Grayscale: #949494. Windows color (decimal): -8152409 or 10984067. OLE color: 10984067.
HSL color Cylindrical-coordinate representation of color #839AA7: hue angle of 201.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839AA7 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 154 | 167 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.35 |
| HSL | 201.67º | 0.17% | 0.58% | - |
| HSV(B) | 201.67º | 0.22% | 0.65% | - |
| XYZ | 27.89 | 30.73 | 41.02 | - |
| YUV | 148.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 167 | 0.22 | 0.08 | 0 | 0.35 | 201.67 | 0.17 | 0.58 |
| Hex | 83 | 9A | A7 | 16 | 8 | 0 | 23 | CA | 11 | 3A |
| Octal | 203 | 232 | 247 | 26 | 10 | 0 | 43 | 312 | 21 | 72 |
| Binary | 10000011 | 10011010 | 10100111 | 10110 | 1000 | 0 | 100011 | 11001010 | 10001 | 111010 |
Color Harmonies of #839AA7
Complementary color
Monochromatic Colors of #839AA7
Black with #839AA7
Text Example
Text Example
White with #839AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AA7; }
p { color: rgb(131,154,167); }
H1.HeaderClassName
{
color: #839AA7;
}
.AnyTagClassName
{
color: #839AA7;
}
</style>
background-color css
<style>
a { background-color: #839AA7; }
a { background-color: rgb(131,154,167); }
div.DivClassName
{
background-color: #839AA7;
}
.BgClassName
{
background-color: #839AA7;
}
</style>
border-color css
<style>
span { border-color: #839AA7; }
span { border-color: rgb(131,154,167); }
td.TdClassName
{
border-color: #839AA7;
}
.TagClassName
{
border-color: #839AA7;
}
</style>