#90898C

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

Shades of Venus #90898C

Tints of Venus #90898C

Color information

#90898C (or 0x90898C) is unknown color: approx Venus. HEX triplet: 90, 89 and 8C. RGB value is (144,137,140). Sum of RGB (Red+Green+Blue) = 144+137+140=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 144 - color contains mainly: red. Hex color #90898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898C is #6F7673. Grayscale: #8B8B8B. Windows color (decimal): -7304820 or 9210256. OLE color: 9210256.

HSL color Cylindrical-coordinate representation of color #90898C: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90898C is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144137140-
CMYK00.050.030.44
HSL334.29º3.06%55.1%-
HSV(B)334.29º4.86%56.47%-
XYZ25.1825.7128.45-
YUV139.44128.32131.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=34.20%
G=32.54%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413714000.050.030.44334.293.0655.1
Hex90898C0532C14e337
Octal22021121405354516367
Binary10010000100010011000110001011110110010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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