Html Css Color HEX #87979B Submarine

📋 copy color: '#87979B'

red 135 ◦ green 151 ◦ blue 155

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

Shades of Submarine #87979B

Tints of Submarine #87979B

RGB

 RED value IS 135 (53.13% from 255) = 30.61%

 GREEN value IS 151 (59.38% from 255) = 34.24%

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

R = 30.61%
G = 34.24%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87979B (or 0x87979B) is known color: Submarine. HEX triplet: 87, 97 and 9B. RGB value is (135,151,155). Sum of RGB (Red+Green+Blue) = 135+151+155=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #87979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87979B is #786864. Grayscale: #929292. Windows color (decimal): -7891045 or 10196871. OLE color: 10196871.

HSL color Cylindrical-coordinate representation of color #87979B: hue angle of 192º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87979B is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 151 155 -
CMYK 0.13 0.03 0 0.39
HSL 192º 0.09% 0.57% -
HSV(B) 192º 0.13% 0.61% -
XYZ 26.97 29.65 35.31 -
YUV 146.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 135 151 155 0.13 0.03 0 0.39 192 0.09 0.57
Hex 87 97 9B D 3 0 27 C0 9 39
Octal 207 227 233 15 3 0 47 300 11 71
Binary 10000111 10010111 10011011 1101 11 0 100111 11000000 1001 111001

Color Harmonies of #87979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87979B

Black with #87979B

Text Example


Text Example

White with #87979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,151,155); }

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

background-color css

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

 a { background-color: rgb(135,151,155); }

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

border-color css

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

 span { border-color: rgb(135,151,155); }

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