#798E9B

Color #798E9B Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #798E9B

Tints of Bermuda Grey #798E9B

Color information

#798E9B (or 0x798E9B) is unknown color: approx 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

RGB121142155-
CMYK0.220.0800.39
HSL202.94º14.53%54.12%-
HSV(B)202.94º21.94%60.78%-
XYZ23.4725.7834.75-
YUV137.2138.04116.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=28.95%
G=33.97%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211421550.220.0800.39202.9414.5354.12
Hex798E9B168027cbf36
Octal17121623326100473131766
Binary111100110001110100110111011010000100111110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>