Shades of Bali Hai #7795B4
Tints of Bali Hai #7795B4
RGB
CMYK
RGB Variations
Color information
#7795B4 (or 0x7795B4) is known color: Bali Hai. HEX triplet: 77, 95 and B4. RGB value is (119,149,180). Sum of RGB (Red+Green+Blue) = 119+149+180=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #7795B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795B4 is #886A4B. Grayscale: #8F8F8F. Windows color (decimal): -8940108 or 11834743. OLE color: 11834743.
HSL color Cylindrical-coordinate representation of color #7795B4: hue angle of 210.49º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7795B4 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 149 | 180 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.29 |
| HSL | 210.49º | 0.29% | 0.59% | - |
| HSV(B) | 210.49º | 0.34% | 0.71% | - |
| XYZ | 26.59 | 28.71 | 47.32 | - |
| YUV | 143.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 180 | 0.34 | 0.17 | 0 | 0.29 | 210.49 | 0.29 | 0.59 |
| Hex | 77 | 95 | B4 | 22 | 11 | 0 | 1D | D2 | 1D | 3B |
| Octal | 167 | 225 | 264 | 42 | 21 | 0 | 35 | 322 | 35 | 73 |
| Binary | 1110111 | 10010101 | 10110100 | 100010 | 10001 | 0 | 11101 | 11010010 | 11101 | 111011 |
Color Harmonies of #7795B4
Complementary color
Monochromatic Colors of #7795B4
Black with #7795B4
Text Example
Text Example
White with #7795B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7795B4; }
p { color: rgb(119,149,180); }
H1.HeaderClassName
{
color: #7795B4;
}
.AnyTagClassName
{
color: #7795B4;
}
</style>
background-color css
<style>
a { background-color: #7795B4; }
a { background-color: rgb(119,149,180); }
div.DivClassName
{
background-color: #7795B4;
}
.BgClassName
{
background-color: #7795B4;
}
</style>
border-color css
<style>
span { border-color: #7795B4; }
span { border-color: rgb(119,149,180); }
td.TdClassName
{
border-color: #7795B4;
}
.TagClassName
{
border-color: #7795B4;
}
</style>