#949A9D

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

Shades of Bali Hai #949A9D

Tints of Bali Hai #949A9D

Color information

#949A9D (or 0x949A9D) is unknown color: approx Bali Hai. HEX triplet: 94, 9A and 9D. RGB value is (148,154,157). Sum of RGB (Red+Green+Blue) = 148+154+157=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #949A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A9D is #6B6562. Grayscale: #989898. Windows color (decimal): -7038307 or 10328724. OLE color: 10328724.

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

Color convert

RGB148154157-
CMYK0.060.0200.38
HSL200º4.39%59.8%-
HSV(B)200º5.73%61.57%-
XYZ29.8531.8436.47-
YUV152.55130.51124.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=32.24%
G=33.55%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481541570.060.0200.382004.3959.8
Hex949A9D62026c843c
Octal22423223562046310474
Binary10010100100110101001110111010010011011001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,154,157); }

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

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

 a { background-color: rgb(148,154,157); }

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

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

 span { border-color: rgb(148,154,157); }

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