Html Css Color HEX #949089 Heathered Grey

📋 copy color: '#949089'

red 148 ◦ green 144 ◦ blue 137

#949089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #949089

Tints of Heathered Grey #949089

RGB

 RED value IS 148 (58.2% from 255) = 34.5%

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 34.5%
G = 33.57%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#949089 (or 0x949089) is known color: 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

RGB 148 144 137 -
CMYK 0 0.03 0.07 0.42
HSL 38.18º 0.05% 0.56% -
HSV(B) 38.18º 0.07% 0.58% -
XYZ 26.7 28.05 27.67 -
YUV 144.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 148 144 137 0 0.03 0.07 0.42 38.18 0.05 0.56
Hex 94 90 89 0 3 7 2A 26 5 38
Octal 224 220 211 0 3 7 52 46 5 70
Binary 10010100 10010000 10001001 0 11 111 101010 100110 101 111000

Color Harmonies of #949089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949089

Black with #949089

Text Example


Text Example

White with #949089

Text Example


Text Example

HTML Codes & Css Web 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>