Shades of Bali Hai #819DB3
Tints of Bali Hai #819DB3
RGB
CMYK
RGB Variations
Color information
#819DB3 (or 0x819DB3) is known color: Bali Hai. HEX triplet: 81, 9D and B3. RGB value is (129,157,179). Sum of RGB (Red+Green+Blue) = 129+157+179=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #819DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DB3 is #7E624C. Grayscale: #979797. Windows color (decimal): -8282701 or 11771265. OLE color: 11771265.
HSL color Cylindrical-coordinate representation of color #819DB3: hue angle of 206.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #819DB3 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 157 | 179 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.30 |
| HSL | 206.4º | 0.25% | 0.6% | - |
| HSV(B) | 206.4º | 0.28% | 0.7% | - |
| XYZ | 29.25 | 32.04 | 47.29 | - |
| YUV | 151.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 179 | 0.28 | 0.12 | 0 | 0.30 | 206.4 | 0.25 | 0.6 |
| Hex | 81 | 9D | B3 | 1C | C | 0 | 1E | CE | 19 | 3C |
| Octal | 201 | 235 | 263 | 34 | 14 | 0 | 36 | 316 | 31 | 74 |
| Binary | 10000001 | 10011101 | 10110011 | 11100 | 1100 | 0 | 11110 | 11001110 | 11001 | 111100 |
Color Harmonies of #819DB3
Complementary color
Monochromatic Colors of #819DB3
Black with #819DB3
Text Example
Text Example
White with #819DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DB3; }
p { color: rgb(129,157,179); }
H1.HeaderClassName
{
color: #819DB3;
}
.AnyTagClassName
{
color: #819DB3;
}
</style>
background-color css
<style>
a { background-color: #819DB3; }
a { background-color: rgb(129,157,179); }
div.DivClassName
{
background-color: #819DB3;
}
.BgClassName
{
background-color: #819DB3;
}
</style>
border-color css
<style>
span { border-color: #819DB3; }
span { border-color: rgb(129,157,179); }
td.TdClassName
{
border-color: #819DB3;
}
.TagClassName
{
border-color: #819DB3;
}
</style>