Html Css Color HEX #84989B Submarine

📋 copy color: '#84989B'

red 132 ◦ green 152 ◦ blue 155

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

Shades of Submarine #84989B

Tints of Submarine #84989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

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

R = 30.07%
G = 34.62%
B = 35.31%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84989B (or 0x84989B) is known color: Submarine. HEX triplet: 84, 98 and 9B. RGB value is (132,152,155). Sum of RGB (Red+Green+Blue) = 132+152+155=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #84989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989B is #7B6764. Grayscale: #929292. Windows color (decimal): -8087397 or 10197124. OLE color: 10197124.

HSL color Cylindrical-coordinate representation of color #84989B: hue angle of 187.83º 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 #84989B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 152 155 -
CMYK 0.15 0.02 0 0.39
HSL 187.83º 0.1% 0.56% -
HSV(B) 187.83º 0.15% 0.61% -
XYZ 26.66 29.73 35.34 -
YUV 146.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 132 152 155 0.15 0.02 0 0.39 187.83 0.1 0.56
Hex 84 98 9B F 2 0 27 BC A 38
Octal 204 230 233 17 2 0 47 274 12 70
Binary 10000100 10011000 10011011 1111 10 0 100111 10111100 1010 111000

Color Harmonies of #84989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84989B

Black with #84989B

Text Example


Text Example

White with #84989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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