#90868A

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

Shades of Venus #90868A

Tints of Venus #90868A

Color information

#90868A (or 0x90868A) is unknown color: approx Venus. HEX triplet: 90, 86 and 8A. RGB value is (144,134,138). Sum of RGB (Red+Green+Blue) = 144+134+138=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90868A is #6F7975. Grayscale: #898989. Windows color (decimal): -7305590 or 9078416. OLE color: 9078416.

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

Color convert

RGB144134138-
CMYK00.070.040.44
HSL336º4.31%54.51%-
HSV(B)336º6.94%56.47%-
XYZ24.6124.8127.54-
YUV137.45128.31132.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=34.62%
G=32.21%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413413800.070.040.443364.3154.51
Hex90868A0742C150437
Octal22020621207454520467
Binary1001000010000110100010100111100101100101010000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90868A; }

 p { color: rgb(144,134,138); }

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

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

 a { background-color: rgb(144,134,138); }

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

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

 span { border-color: rgb(144,134,138); }

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