Html Css Color HEX #979FA1 Submarine

📋 copy color: '#979FA1'

red 151 ◦ green 159 ◦ blue 161

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

Shades of Submarine #979FA1

Tints of Submarine #979FA1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.76%

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 32.06%
G = 33.76%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#979FA1 (or 0x979FA1) is known color: Submarine. HEX triplet: 97, 9F and A1. RGB value is (151,159,161). Sum of RGB (Red+Green+Blue) = 151+159+161=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 161 - color contains mainly: blue. Hex color #979FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FA1 is #68605E. Grayscale: #9C9C9C. Windows color (decimal): -6840415 or 10592151. OLE color: 10592151.

HSL color Cylindrical-coordinate representation of color #979FA1: hue angle of 192º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #979FA1 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 159 161 -
CMYK 0.06 0.01 0 0.37
HSL 192º 0.05% 0.61% -
HSV(B) 192º 0.06% 0.63% -
XYZ 31.59 33.95 38.61 -
YUV 156.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 151 159 161 0.06 0.01 0 0.37 192 0.05 0.61
Hex 97 9F A1 6 1 0 25 C0 5 3D
Octal 227 237 241 6 1 0 45 300 5 75
Binary 10010111 10011111 10100001 110 1 0 100101 11000000 101 111101

Color Harmonies of #979FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FA1

Black with #979FA1

Text Example


Text Example

White with #979FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,161); }

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

background-color css

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

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

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

border-color css

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

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

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