Shades of Bermuda Grey #798E9B
Tints of Bermuda Grey #798E9B
RGB
CMYK
RGB Variations
Color information
#798E9B (or 0x798E9B) is known color: Bermuda Grey. HEX triplet: 79, 8E and 9B. RGB value is (121,142,155). Sum of RGB (Red+Green+Blue) = 121+142+155=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #798E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E9B is #867164. Grayscale: #898989. Windows color (decimal): -8810853 or 10194553. OLE color: 10194553.
HSL color Cylindrical-coordinate representation of color #798E9B: hue angle of 202.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #798E9B is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 142 | 155 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.39 |
| HSL | 202.94º | 0.15% | 0.54% | - |
| HSV(B) | 202.94º | 0.22% | 0.61% | - |
| XYZ | 23.47 | 25.78 | 34.75 | - |
| YUV | 137.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 155 | 0.22 | 0.08 | 0 | 0.39 | 202.94 | 0.15 | 0.54 |
| Hex | 79 | 8E | 9B | 16 | 8 | 0 | 27 | CB | F | 36 |
| Octal | 171 | 216 | 233 | 26 | 10 | 0 | 47 | 313 | 17 | 66 |
| Binary | 1111001 | 10001110 | 10011011 | 10110 | 1000 | 0 | 100111 | 11001011 | 1111 | 110110 |
Color Harmonies of #798E9B
Complementary color
Monochromatic Colors of #798E9B
Black with #798E9B
Text Example
Text Example
White with #798E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E9B; }
p { color: rgb(121,142,155); }
H1.HeaderClassName
{
color: #798E9B;
}
.AnyTagClassName
{
color: #798E9B;
}
</style>
background-color css
<style>
a { background-color: #798E9B; }
a { background-color: rgb(121,142,155); }
div.DivClassName
{
background-color: #798E9B;
}
.BgClassName
{
background-color: #798E9B;
}
</style>
border-color css
<style>
span { border-color: #798E9B; }
span { border-color: rgb(121,142,155); }
td.TdClassName
{
border-color: #798E9B;
}
.TagClassName
{
border-color: #798E9B;
}
</style>