Html Css Color HEX #84999B Submarine

📋 copy color: '#84999B'

red 132 ◦ green 153 ◦ blue 155

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

Shades of Submarine #84999B

Tints of Submarine #84999B

RGB

 RED value IS 132 (51.95% from 255) = 30%

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 30%
G = 34.77%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84999B (or 0x84999B) is known color: Submarine. HEX triplet: 84, 99 and 9B. RGB value is (132,153,155). Sum of RGB (Red+Green+Blue) = 132+153+155=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #84999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84999B is #7B6664. Grayscale: #929292. Windows color (decimal): -8087141 or 10197380. OLE color: 10197380.

HSL color Cylindrical-coordinate representation of color #84999B: hue angle of 185.22º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84999B is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 153 155 -
CMYK 0.15 0.01 0 0.39
HSL 185.22º 0.1% 0.56% -
HSV(B) 185.22º 0.15% 0.61% -
XYZ 26.82 30.05 35.4 -
YUV 146.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 132 153 155 0.15 0.01 0 0.39 185.22 0.1 0.56
Hex 84 99 9B F 1 0 27 B9 A 38
Octal 204 231 233 17 1 0 47 271 12 70
Binary 10000100 10011001 10011011 1111 1 0 100111 10111001 1010 111000

Color Harmonies of #84999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84999B

Black with #84999B

Text Example


Text Example

White with #84999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84999B; }

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

 H1.HeaderClassName
 {
   color: #84999B;
 }
 .AnyTagClassName
 {
   color: #84999B;
 }
</style>

background-color css

<style>
 a { background-color: #84999B; }

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

 div.DivClassName
 {
   background-color: #84999B;
 }
 .BgClassName
 {
   background-color: #84999B;
 }
</style>

border-color css

<style>
 span { border-color: #84999B; }

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

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