Html Css Color HEX #938A90 Taupe Grey

📋 copy color: '#938A90'

red 147 ◦ green 138 ◦ blue 144

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

Shades of Taupe Grey #938A90

Tints of Taupe Grey #938A90

RGB

 RED value IS 147 (57.81% from 255) = 34.27%

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 34.27%
G = 32.17%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938A90 (or 0x938A90) is known color: Taupe Grey. HEX triplet: 93, 8A and 90. RGB value is (147,138,144). Sum of RGB (Red+Green+Blue) = 147+138+144=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #938A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A90 is #6C756F. Grayscale: #8D8D8D. Windows color (decimal): -7107952 or 9472659. OLE color: 9472659.

HSL color Cylindrical-coordinate representation of color #938A90: hue angle of 320º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #938A90 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 144 -
CMYK 0 0.06 0.02 0.42
HSL 320º 0.04% 0.56% -
HSV(B) 320º 0.06% 0.58% -
XYZ 26.16 26.39 30.1 -
YUV 141.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 147 138 144 0 0.06 0.02 0.42 320 0.04 0.56
Hex 93 8A 90 0 6 2 2A 140 4 38
Octal 223 212 220 0 6 2 52 500 4 70
Binary 10010011 10001010 10010000 0 110 10 101010 101000000 100 111000

Color Harmonies of #938A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A90

Black with #938A90

Text Example


Text Example

White with #938A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938A90; }

 p { color: rgb(147,138,144); }

 H1.HeaderClassName
 {
   color: #938A90;
 }
 .AnyTagClassName
 {
   color: #938A90;
 }
</style>

background-color css

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

 a { background-color: rgb(147,138,144); }

 div.DivClassName
 {
   background-color: #938A90;
 }
 .BgClassName
 {
   background-color: #938A90;
 }
</style>

border-color css

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

 span { border-color: rgb(147,138,144); }

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