#918B82

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

Shades of Heathered Grey #918B82

Tints of Heathered Grey #918B82

Color information

#918B82 (or 0x918B82) is unknown color: approx Heathered Grey. HEX triplet: 91, 8B and 82. RGB value is (145,139,130). Sum of RGB (Red+Green+Blue) = 145+139+130=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B82 is #6E747D. Grayscale: #8B8B8B. Windows color (decimal): -7238782 or 8555409. OLE color: 8555409.

HSL color Cylindrical-coordinate representation of color #918B82: hue angle of 36º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918B82 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145139130-
CMYK00.040.100.43
HSL36º6.38%53.92%-
HSV(B)36º10.34%56.86%-
XYZ24.9426.124.84-
YUV139.77122.49131.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 130 (51.17% from 255) = 31.40%
R=35.02%
G=33.57%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513913000.040.100.43366.3853.92
Hex918B8204A2B24636
Octal22121320204125344666
Binary10010001100010111000001001001010101011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918B82; }

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

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

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

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

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

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

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

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