Shades of Bermuda Grey #798F9B
Tints of Bermuda Grey #798F9B
RGB
CMYK
RGB Variations
Color information
#798F9B (or 0x798F9B) is known color: Bermuda Grey. HEX triplet: 79, 8F and 9B. RGB value is (121,143,155). Sum of RGB (Red+Green+Blue) = 121+143+155=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #798F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F9B is #867064. Grayscale: #898989. Windows color (decimal): -8810597 or 10194809. OLE color: 10194809.
HSL color Cylindrical-coordinate representation of color #798F9B: hue angle of 201.18º 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 #798F9B is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 143 | 155 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.39 |
| HSL | 201.18º | 0.15% | 0.54% | - |
| HSV(B) | 201.18º | 0.22% | 0.61% | - |
| XYZ | 23.62 | 26.08 | 34.8 | - |
| YUV | 137.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 155 | 0.22 | 0.08 | 0 | 0.39 | 201.18 | 0.15 | 0.54 |
| Hex | 79 | 8F | 9B | 16 | 8 | 0 | 27 | C9 | F | 36 |
| Octal | 171 | 217 | 233 | 26 | 10 | 0 | 47 | 311 | 17 | 66 |
| Binary | 1111001 | 10001111 | 10011011 | 10110 | 1000 | 0 | 100111 | 11001001 | 1111 | 110110 |
Color Harmonies of #798F9B
Complementary color
Monochromatic Colors of #798F9B
Black with #798F9B
Text Example
Text Example
White with #798F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F9B; }
p { color: rgb(121,143,155); }
H1.HeaderClassName
{
color: #798F9B;
}
.AnyTagClassName
{
color: #798F9B;
}
</style>
background-color css
<style>
a { background-color: #798F9B; }
a { background-color: rgb(121,143,155); }
div.DivClassName
{
background-color: #798F9B;
}
.BgClassName
{
background-color: #798F9B;
}
</style>
border-color css
<style>
span { border-color: #798F9B; }
span { border-color: rgb(121,143,155); }
td.TdClassName
{
border-color: #798F9B;
}
.TagClassName
{
border-color: #798F9B;
}
</style>