Html Css Color HEX #908389 Venus

📋 copy color: '#908389'

red 144 ◦ green 131 ◦ blue 137

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

Shades of Venus #908389

Tints of Venus #908389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 34.95%
G = 31.8%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#908389 (or 0x908389) is known color: Venus. HEX triplet: 90, 83 and 89. RGB value is (144,131,137). Sum of RGB (Red+Green+Blue) = 144+131+137=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908389 is #6F7C76. Grayscale: #878787. Windows color (decimal): -7306359 or 9012112. OLE color: 9012112.

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

Color convert

RGB 144 131 137 -
CMYK 0 0.09 0.05 0.44
HSL 332.31º 0.06% 0.54% -
HSV(B) 332.31º 0.09% 0.56% -
XYZ 24.13 23.97 27.02 -
YUV 135.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 144 131 137 0 0.09 0.05 0.44 332.31 0.06 0.54
Hex 90 83 89 0 9 5 2C 14C 6 36
Octal 220 203 211 0 11 5 54 514 6 66
Binary 10010000 10000011 10001001 0 1001 101 101100 101001100 110 110110

Color Harmonies of #908389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908389

Black with #908389

Text Example


Text Example

White with #908389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908389; }

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

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

background-color css

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

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

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

border-color css

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

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

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