Html Css Color HEX #90898B Venus

📋 copy color: '#90898B'

red 144 ◦ green 137 ◦ blue 139

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

Shades of Venus #90898B

Tints of Venus #90898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 34.29%
G = 32.62%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90898B (or 0x90898B) is known color: Venus. HEX triplet: 90, 89 and 8B. RGB value is (144,137,139). Sum of RGB (Red+Green+Blue) = 144+137+139=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 144 - color contains mainly: red. Hex color #90898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898B is #6F7674. Grayscale: #8B8B8B. Windows color (decimal): -7304821 or 9144720. OLE color: 9144720.

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

Color convert

RGB 144 137 139 -
CMYK 0 0.05 0.03 0.44
HSL 342.86º 0.03% 0.55% -
HSV(B) 342.86º 0.05% 0.56% -
XYZ 25.11 25.68 28.06 -
YUV 139.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 144 137 139 0 0.05 0.03 0.44 342.86 0.03 0.55
Hex 90 89 8B 0 5 3 2C 157 3 37
Octal 220 211 213 0 5 3 54 527 3 67
Binary 10010000 10001001 10001011 0 101 11 101100 101010111 11 110111

Color Harmonies of #90898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90898B

Black with #90898B

Text Example


Text Example

White with #90898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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