#979D9F

Color #979D9F Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #979D9F

Tints of Bali Hai #979D9F

Color information

#979D9F (or 0x979D9F) is unknown color: approx Bali Hai. HEX triplet: 97, 9D and 9F. RGB value is (151,157,159). Sum of RGB (Red+Green+Blue) = 151+157+159=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 159 - color contains mainly: blue. Hex color #979D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979D9F is #686260. Grayscale: #9B9B9B. Windows color (decimal): -6840929 or 10460567. OLE color: 10460567.

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

Color convert

RGB151157159-
CMYK0.050.0100.38
HSL195º4%60.78%-
HSV(B)195º5.03%62.35%-
XYZ31.0833.237.57-
YUV155.43130.01124.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=32.33%
G=33.62%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511571590.050.0100.38195460.78
Hex979D9F51026c343d
Octal22723523751046303475
Binary1001011110011101100111111011010011011000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #979D9F;
 }
 .AnyTagClassName
 {
   color: #979D9F;
 }
</style>
background-color css

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

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

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

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

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

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