#849B9D

Color #849B9D Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #849B9D

Tints of Submarine #849B9D

Color information

#849B9D (or 0x849B9D) is unknown color: approx Submarine. HEX triplet: 84, 9B and 9D. RGB value is (132,155,157). Sum of RGB (Red+Green+Blue) = 132+155+157=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: blue. Hex color #849B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B9D is #7B6462. Grayscale: #949494. Windows color (decimal): -8086627 or 10328964. OLE color: 10328964.

HSL color Cylindrical-coordinate representation of color #849B9D: hue angle of 184.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849B9D is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132155157-
CMYK0.160.0100.38
HSL184.8º11.31%56.67%-
HSV(B)184.8º15.92%61.57%-
XYZ27.3230.7836.4-
YUV148.35132.88116.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=29.73%
G=34.91%
B=35.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321551570.160.0100.38184.811.3156.67
Hex849B9D101026b9b39
Octal2042332352010462711371
Binary1000010010011011100111011000010100110101110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849B9D; }

 p { color: rgb(132,155,157); }

 H1.HeaderClassName
 {
   color: #849B9D;
 }
 .AnyTagClassName
 {
   color: #849B9D;
 }
</style>
background-color css

<style>
 a { background-color: #849B9D; }

 a { background-color: rgb(132,155,157); }

 div.DivClassName
 {
   background-color: #849B9D;
 }
 .BgClassName
 {
   background-color: #849B9D;
 }
</style>
border-color css

<style>
 span { border-color: #849B9D; }

 span { border-color: rgb(132,155,157); }

 td.TdClassName
 {
   border-color: #849B9D;
 }
 .TagClassName
 {
   border-color: #849B9D;
 }
</style>