#94918B

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

Shades of Heathered Grey #94918B

Tints of Heathered Grey #94918B

Color information

#94918B (or 0x94918B) is unknown color: approx Heathered Grey. HEX triplet: 94, 91 and 8B. RGB value is (148,145,139). Sum of RGB (Red+Green+Blue) = 148+145+139=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #94918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94918B is #6B6E74. Grayscale: #919191. Windows color (decimal): -7040629 or 9146772. OLE color: 9146772.

HSL color Cylindrical-coordinate representation of color #94918B: hue angle of 40º 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 #94918B is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148145139-
CMYK00.020.060.42
HSL40º4.04%56.27%-
HSV(B)40º6.08%58.04%-
XYZ2728.4128.49-
YUV145.21124.49129.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=34.26%
G=33.56%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814513900.020.060.42404.0456.27
Hex94918B0262A28438
Octal2242212130265250470
Binary100101001001000110001011010110101010101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94918B; }

 p { color: rgb(148,145,139); }

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

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

 a { background-color: rgb(148,145,139); }

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

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

 span { border-color: rgb(148,145,139); }

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