Shades of Bali Hai #7C95A5
Tints of Bali Hai #7C95A5
RGB
CMYK
RGB Variations
Color information
#7C95A5 (or 0x7C95A5) is known color: Bali Hai. HEX triplet: 7C, 95 and A5. RGB value is (124,149,165). Sum of RGB (Red+Green+Blue) = 124+149+165=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C95A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C95A5 is #836A5A. Grayscale: #8F8F8F. Windows color (decimal): -8612443 or 10851708. OLE color: 10851708.
HSL color Cylindrical-coordinate representation of color #7C95A5: hue angle of 203.41º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C95A5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 149 | 165 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.35 |
| HSL | 203.41º | 0.19% | 0.57% | - |
| HSV(B) | 203.41º | 0.25% | 0.65% | - |
| XYZ | 25.85 | 28.5 | 39.74 | - |
| YUV | 143.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 165 | 0.25 | 0.10 | 0 | 0.35 | 203.41 | 0.19 | 0.57 |
| Hex | 7C | 95 | A5 | 19 | A | 0 | 23 | CB | 13 | 39 |
| Octal | 174 | 225 | 245 | 31 | 12 | 0 | 43 | 313 | 23 | 71 |
| Binary | 1111100 | 10010101 | 10100101 | 11001 | 1010 | 0 | 100011 | 11001011 | 10011 | 111001 |
Color Harmonies of #7C95A5
Complementary color
Monochromatic Colors of #7C95A5
Black with #7C95A5
Text Example
Text Example
White with #7C95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C95A5; }
p { color: rgb(124,149,165); }
H1.HeaderClassName
{
color: #7C95A5;
}
.AnyTagClassName
{
color: #7C95A5;
}
</style>
background-color css
<style>
a { background-color: #7C95A5; }
a { background-color: rgb(124,149,165); }
div.DivClassName
{
background-color: #7C95A5;
}
.BgClassName
{
background-color: #7C95A5;
}
</style>
border-color css
<style>
span { border-color: #7C95A5; }
span { border-color: rgb(124,149,165); }
td.TdClassName
{
border-color: #7C95A5;
}
.TagClassName
{
border-color: #7C95A5;
}
</style>