Html Css Color HEX #849B9D Submarine

📋 copy color: '#849B9D'

red 132 ◦ green 155 ◦ blue 157

#849B9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #849B9D

Tints of Submarine #849B9D

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 value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#849B9D (or 0x849B9D) is known color: 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

RGB 132 155 157 -
CMYK 0.16 0.01 0 0.38
HSL 184.8º 0.11% 0.57% -
HSV(B) 184.8º 0.16% 0.62% -
XYZ 27.32 30.78 36.4 -
YUV 148.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 132 155 157 0.16 0.01 0 0.38 184.8 0.11 0.57
Hex 84 9B 9D 10 1 0 26 B9 B 39
Octal 204 233 235 20 1 0 46 271 13 71
Binary 10000100 10011011 10011101 10000 1 0 100110 10111001 1011 111001

Color Harmonies of #849B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B9D

Black with #849B9D

Text Example


Text Example

White with #849B9D

Text Example


Text Example

HTML Codes & Css Web 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>