Html Css Color HEX #908486 Venus

📋 copy color: '#908486'

red 144 ◦ green 132 ◦ blue 134

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

Shades of Venus #908486

Tints of Venus #908486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 35.12%
G = 32.2%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#908486 (or 0x908486) is known color: Venus. HEX triplet: 90, 84 and 86. RGB value is (144,132,134). Sum of RGB (Red+Green+Blue) = 144+132+134=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908486 is #6F7B79. Grayscale: #878787. Windows color (decimal): -7306106 or 8815760. OLE color: 8815760.

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

Color convert

RGB 144 132 134 -
CMYK 0 0.08 0.07 0.44
HSL 350º 0.05% 0.54% -
HSV(B) 350º 0.08% 0.56% -
XYZ 24.06 24.15 25.95 -
YUV 135.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 144 132 134 0 0.08 0.07 0.44 350 0.05 0.54
Hex 90 84 86 0 8 7 2C 15E 5 36
Octal 220 204 206 0 10 7 54 536 5 66
Binary 10010000 10000100 10000110 0 1000 111 101100 101011110 101 110110

Color Harmonies of #908486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908486

Black with #908486

Text Example


Text Example

White with #908486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908486; }

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

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

background-color css

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

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

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

border-color css

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

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

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