Html Css Color HEX #90898A Venus

📋 copy color: '#90898A'

red 144 ◦ green 137 ◦ blue 138

#90898A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #90898A

Tints of Venus #90898A

RGB

 RED value IS 144 (56.64% from 255) = 34.37%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 34.37%
G = 32.7%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90898A (or 0x90898A) is known color: Venus. HEX triplet: 90, 89 and 8A. RGB value is (144,137,138). Sum of RGB (Red+Green+Blue) = 144+137+138=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 144 - color contains mainly: red. Hex color #90898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898A is #6F7675. Grayscale: #8B8B8B. Windows color (decimal): -7304822 or 9079184. OLE color: 9079184.

HSL color Cylindrical-coordinate representation of color #90898A: hue angle of 351.43º 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 #90898A is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 137 138 -
CMYK 0 0.05 0.04 0.44
HSL 351.43º 0.03% 0.55% -
HSV(B) 351.43º 0.05% 0.56% -
XYZ 25.03 25.66 27.68 -
YUV 139.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 144 137 138 0 0.05 0.04 0.44 351.43 0.03 0.55
Hex 90 89 8A 0 5 4 2C 15F 3 37
Octal 220 211 212 0 5 4 54 537 3 67
Binary 10010000 10001001 10001010 0 101 100 101100 101011111 11 110111

Color Harmonies of #90898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90898A

Black with #90898A

Text Example


Text Example

White with #90898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90898A;
 }
 .AnyTagClassName
 {
   color: #90898A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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