Html Css Color HEX #979B9B Submarine

📋 copy color: '#979B9B'

red 151 ◦ green 155 ◦ blue 155

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

Shades of Submarine #979B9B

Tints of Submarine #979B9B

RGB

 RED value IS 151 (59.38% from 255) = 32.75%

 GREEN value IS 155 (60.94% from 255) = 33.62%

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

R = 32.75%
G = 33.62%
B = 33.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#979B9B (or 0x979B9B) is known color: Submarine. HEX triplet: 97, 9B and 9B. RGB value is (151,155,155). Sum of RGB (Red+Green+Blue) = 151+155+155=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #979B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B9B is #686464. Grayscale: #999999. Windows color (decimal): -6841445 or 10197911. OLE color: 10197911.

HSL color Cylindrical-coordinate representation of color #979B9B: hue angle of 180º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979B9B is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 155 -
CMYK 0.03 0 0 0.39
HSL 180º 0.02% 0.6% -
HSV(B) 180º 0.03% 0.61% -
XYZ 30.4 32.39 35.66 -
YUV 153.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 151 155 155 0.03 0 0 0.39 180 0.02 0.6
Hex 97 9B 9B 3 0 0 27 B4 2 3C
Octal 227 233 233 3 0 0 47 264 2 74
Binary 10010111 10011011 10011011 11 0 0 100111 10110100 10 111100

Color Harmonies of #979B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B9B

Black with #979B9B

Text Example


Text Example

White with #979B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979B9B; }

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

 H1.HeaderClassName
 {
   color: #979B9B;
 }
 .AnyTagClassName
 {
   color: #979B9B;
 }
</style>

background-color css

<style>
 a { background-color: #979B9B; }

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

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

border-color css

<style>
 span { border-color: #979B9B; }

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

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