#91898C

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

Shades of Venus #91898C

Tints of Venus #91898C

Color information

#91898C (or 0x91898C) is unknown color: approx Venus. HEX triplet: 91, 89 and 8C. RGB value is (145,137,140). Sum of RGB (Red+Green+Blue) = 145+137+140=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #91898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898C is #6E7673. Grayscale: #8B8B8B. Windows color (decimal): -7239284 or 9210257. OLE color: 9210257.

HSL color Cylindrical-coordinate representation of color #91898C: hue angle of 337.5º 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 #91898C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145137140-
CMYK00.060.030.43
HSL337.5º3.51%55.29%-
HSV(B)337.5º5.52%56.86%-
XYZ25.3625.828.46-
YUV139.73128.15131.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=34.36%
G=32.46%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513714000.060.030.43337.53.5155.29
Hex91898C0632B152437
Octal22121121406353522467
Binary100100011000100110001100011011101011101010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91898C; }

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

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

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

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

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

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

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

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