#918889

Color #918889 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #918889

Tints of Venus #918889

Color information

#918889 (or 0x918889) is unknown color: approx Venus. HEX triplet: 91, 88 and 89. RGB value is (145,136,137). Sum of RGB (Red+Green+Blue) = 145+136+137=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 145 - color contains mainly: red. Hex color #918889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918889 is #6E7776. Grayscale: #8A8A8A. Windows color (decimal): -7239543 or 9013393. OLE color: 9013393.

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

Color convert

RGB145136137-
CMYK00.060.060.43
HSL353.33º3.93%55.1%-
HSV(B)353.33º6.21%56.86%-
XYZ2525.4327.26-
YUV138.8126.98132.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=34.69%
G=32.54%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513613700.060.060.43353.333.9355.1
Hex9188890662B161437
Octal22121021106653541467
Binary1001000110001000100010010110110101011101100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918889; }

 p { color: rgb(145,136,137); }

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

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

 a { background-color: rgb(145,136,137); }

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

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

 span { border-color: rgb(145,136,137); }

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