#949C9F

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

Shades of Bali Hai #949C9F

Tints of Bali Hai #949C9F

Color information

#949C9F (or 0x949C9F) is unknown color: approx Bali Hai. HEX triplet: 94, 9C and 9F. RGB value is (148,156,159). Sum of RGB (Red+Green+Blue) = 148+156+159=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 159 - color contains mainly: blue. Hex color #949C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C9F is #6B6360. Grayscale: #999999. Windows color (decimal): -7037793 or 10460308. OLE color: 10460308.

HSL color Cylindrical-coordinate representation of color #949C9F: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949C9F is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148156159-
CMYK0.070.0200.38
HSL196.36º5.42%60.2%-
HSV(B)196.36º6.92%62.35%-
XYZ30.3632.5837.49-
YUV153.95130.85123.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=31.97%
G=33.69%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481561590.070.0200.38196.365.4260.2
Hex949C9F72026c453c
Octal22423423772046304574
Binary10010100100111001001111111110010011011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C9F; }

 p { color: rgb(148,156,159); }

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

<style>
 a { background-color: #949C9F; }

 a { background-color: rgb(148,156,159); }

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

<style>
 span { border-color: #949C9F; }

 span { border-color: rgb(148,156,159); }

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