Html Css Color HEX #88979B Submarine

📋 copy color: '#88979B'

red 136 ◦ green 151 ◦ blue 155

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

Shades of Submarine #88979B

Tints of Submarine #88979B

RGB

 RED value IS 136 (53.52% from 255) = 30.77%

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

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

R = 30.77%
G = 34.16%
B = 35.07%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88979B (or 0x88979B) is known color: Submarine. HEX triplet: 88, 97 and 9B. RGB value is (136,151,155). Sum of RGB (Red+Green+Blue) = 136+151+155=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #88979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88979B is #776864. Grayscale: #929292. Windows color (decimal): -7825509 or 10196872. OLE color: 10196872.

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

Color convert

RGB 136 151 155 -
CMYK 0.12 0.03 0 0.39
HSL 192.63º 0.09% 0.57% -
HSV(B) 192.63º 0.12% 0.61% -
XYZ 27.14 29.73 35.32 -
YUV 146.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 136 151 155 0.12 0.03 0 0.39 192.63 0.09 0.57
Hex 88 97 9B C 3 0 27 C1 9 39
Octal 210 227 233 14 3 0 47 301 11 71
Binary 10001000 10010111 10011011 1100 11 0 100111 11000001 1001 111001

Color Harmonies of #88979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88979B

Black with #88979B

Text Example


Text Example

White with #88979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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