Html Css Color HEX #908385 Venus

📋 copy color: '#908385'

red 144 ◦ green 131 ◦ blue 133

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

Shades of Venus #908385

Tints of Venus #908385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 35.29%
G = 32.11%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#908385 (or 0x908385) is known color: Venus. HEX triplet: 90, 83 and 85. RGB value is (144,131,133). Sum of RGB (Red+Green+Blue) = 144+131+133=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 144 - color contains mainly: red. Hex color #908385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908385 is #6F7C7A. Grayscale: #878787. Windows color (decimal): -7306363 or 8749968. OLE color: 8749968.

HSL color Cylindrical-coordinate representation of color #908385: hue angle of 350.77º 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 #908385 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 133 -
CMYK 0 0.09 0.08 0.44
HSL 350.77º 0.06% 0.54% -
HSV(B) 350.77º 0.09% 0.56% -
XYZ 23.85 23.86 25.54 -
YUV 135.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 144 131 133 0 0.09 0.08 0.44 350.77 0.06 0.54
Hex 90 83 85 0 9 8 2C 15F 6 36
Octal 220 203 205 0 11 10 54 537 6 66
Binary 10010000 10000011 10000101 0 1001 1000 101100 101011111 110 110110

Color Harmonies of #908385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908385

Black with #908385

Text Example


Text Example

White with #908385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908385; }

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

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

background-color css

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

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

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

border-color css

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

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

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