#849FA1

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

Shades of Submarine #849FA1

Tints of Submarine #849FA1

Color information

#849FA1 (or 0x849FA1) is unknown color: approx Submarine. HEX triplet: 84, 9F and A1. RGB value is (132,159,161). Sum of RGB (Red+Green+Blue) = 132+159+161=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 161 - color contains mainly: blue. Hex color #849FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849FA1 is #7B605E. Grayscale: #979797. Windows color (decimal): -8085599 or 10592132. OLE color: 10592132.

HSL color Cylindrical-coordinate representation of color #849FA1: hue angle of 184.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #849FA1 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB132159161-
CMYK0.180.0100.37
HSL184.14º13.36%57.45%-
HSV(B)184.14º18.01%63.14%-
XYZ28.3532.2838.45-
YUV151.15133.55114.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=29.20%
G=35.18%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1321591610.180.0100.37184.1413.3657.45
Hex849FA1121025b8d39
Octal2042372412210452701571
Binary1000010010011111101000011001010100101101110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,159,161); }

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

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

 a { background-color: rgb(132,159,161); }

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

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

 span { border-color: rgb(132,159,161); }

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