#949089

Color #949089 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #949089

Tints of Heathered Grey #949089

Color information

#949089 (or 0x949089) is unknown color: approx Heathered Grey. HEX triplet: 94, 90 and 89. RGB value is (148,144,137). Sum of RGB (Red+Green+Blue) = 148+144+137=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #949089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949089 is #6B6F76. Grayscale: #909090. Windows color (decimal): -7040887 or 9015444. OLE color: 9015444.

HSL color Cylindrical-coordinate representation of color #949089: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949089 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148144137-
CMYK00.030.070.42
HSL38.18º4.89%55.88%-
HSV(B)38.18º7.43%58.04%-
XYZ26.728.0527.67-
YUV144.4123.83130.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=34.50%
G=33.57%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814413700.030.070.4238.184.8955.88
Hex9490890372A26538
Octal2242202110375246570
Binary100101001001000010001001011111101010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949089; }

 p { color: rgb(148,144,137); }

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

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

 a { background-color: rgb(148,144,137); }

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

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

 span { border-color: rgb(148,144,137); }

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