#938F88

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

Shades of Heathered Grey #938F88

Tints of Heathered Grey #938F88

Color information

#938F88 (or 0x938F88) is unknown color: approx Heathered Grey. HEX triplet: 93, 8F and 88. RGB value is (147,143,136). Sum of RGB (Red+Green+Blue) = 147+143+136=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #938F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F88 is #6C7077. Grayscale: #8F8F8F. Windows color (decimal): -7106680 or 8949651. OLE color: 8949651.

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

Color convert

RGB147143136-
CMYK00.030.070.42
HSL38.18º4.85%55.49%-
HSV(B)38.18º7.48%57.65%-
XYZ26.327.6327.24-
YUV143.4123.83130.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=34.51%
G=33.57%
B=31.92%

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
Decimal14714313600.030.070.4238.184.8555.49
Hex938F880372A26537
Octal2232172100375246567
Binary100100111000111110001000011111101010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,136); }

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

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

 a { background-color: rgb(147,143,136); }

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

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

 span { border-color: rgb(147,143,136); }

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