Html Css Color HEX #84989C Submarine

📋 copy color: '#84989C'

red 132 ◦ green 152 ◦ blue 156

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

Shades of Submarine #84989C

Tints of Submarine #84989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 30%
G = 34.55%
B = 35.45%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84989C (or 0x84989C) is known color: Submarine. HEX triplet: 84, 98 and 9C. RGB value is (132,152,156). Sum of RGB (Red+Green+Blue) = 132+152+156=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #84989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989C is #7B6763. Grayscale: #929292. Windows color (decimal): -8087396 or 10262660. OLE color: 10262660.

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

Color convert

RGB 132 152 156 -
CMYK 0.15 0.03 0 0.39
HSL 190º 0.11% 0.56% -
HSV(B) 190º 0.15% 0.61% -
XYZ 26.74 29.76 35.79 -
YUV 146.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 132 152 156 0.15 0.03 0 0.39 190 0.11 0.56
Hex 84 98 9C F 3 0 27 BE B 38
Octal 204 230 234 17 3 0 47 276 13 70
Binary 10000100 10011000 10011100 1111 11 0 100111 10111110 1011 111000

Color Harmonies of #84989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84989C

Black with #84989C

Text Example


Text Example

White with #84989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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