#798F9B

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

Shades of Bermuda Grey #798F9B

Tints of Bermuda Grey #798F9B

Color information

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

RGB121143155-
CMYK0.220.0800.39
HSL201.18º14.53%54.12%-
HSV(B)201.18º21.94%60.78%-
XYZ23.6226.0834.8-
YUV137.79137.71116.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=28.88%
G=34.13%
B=36.99%

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
Decimal1211431550.220.0800.39201.1814.5354.12
Hex798F9B168027c9f36
Octal17121723326100473111766
Binary111100110001111100110111011010000100111110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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