#8A949A

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

Shades of Bali Hai #8A949A

Tints of Bali Hai #8A949A

Color information

#8A949A (or 0x8A949A) is unknown color: approx Bali Hai. HEX triplet: 8A, 94 and 9A. RGB value is (138,148,154). Sum of RGB (Red+Green+Blue) = 138+148+154=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A949A is #756B65. Grayscale: #919191. Windows color (decimal): -7695206 or 10130570. OLE color: 10130570.

HSL color Cylindrical-coordinate representation of color #8A949A: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A949A is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB138148154-
CMYK0.100.0400.40
HSL202.5º7.34%57.25%-
HSV(B)202.5º10.39%60.39%-
XYZ26.928.9234.74-
YUV145.69132.69122.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 154 (60.55% from 255) = 35%
R=31.36%
G=33.64%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381481540.100.0400.40202.57.3457.25
Hex8A949AA4028ca739
Octal212224232124050312771
Binary1000101010010100100110101010100010100011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A949A; }

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

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

<style>
 a { background-color: #8A949A; }

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

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

<style>
 span { border-color: #8A949A; }

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

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