Html Css Color HEX #84989A Submarine

📋 copy color: '#84989A'

red 132 ◦ green 152 ◦ blue 154

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

Shades of Submarine #84989A

Tints of Submarine #84989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 30.14%
G = 34.7%
B = 35.16%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#84989A (or 0x84989A) is known color: Submarine. HEX triplet: 84, 98 and 9A. RGB value is (132,152,154). Sum of RGB (Red+Green+Blue) = 132+152+154=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #84989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989A is #7B6765. Grayscale: #929292. Windows color (decimal): -8087398 or 10131588. OLE color: 10131588.

HSL color Cylindrical-coordinate representation of color #84989A: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84989A is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 154 -
CMYK 0.14 0.01 0 0.40
HSL 185.45º 0.1% 0.56% -
HSV(B) 185.45º 0.14% 0.6% -
XYZ 26.58 29.7 34.9 -
YUV 146.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 132 152 154 0.14 0.01 0 0.40 185.45 0.1 0.56
Hex 84 98 9A E 1 0 28 B9 A 38
Octal 204 230 232 16 1 0 50 271 12 70
Binary 10000100 10011000 10011010 1110 1 0 101000 10111001 1010 111000

Color Harmonies of #84989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84989A

Black with #84989A

Text Example


Text Example

White with #84989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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