Html Css Color HEX #908287 Venus

📋 copy color: '#908287'

red 144 ◦ green 130 ◦ blue 135

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

Shades of Venus #908287

Tints of Venus #908287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 35.21%
G = 31.78%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#908287 (or 0x908287) is known color: Venus. HEX triplet: 90, 82 and 87. RGB value is (144,130,135). Sum of RGB (Red+Green+Blue) = 144+130+135=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908287 is #6F7D78. Grayscale: #868686. Windows color (decimal): -7306617 or 8880784. OLE color: 8880784.

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

Color convert

RGB 144 130 135 -
CMYK 0 0.10 0.06 0.44
HSL 338.57º 0.06% 0.54% -
HSV(B) 338.57º 0.1% 0.56% -
XYZ 23.86 23.64 26.23 -
YUV 134.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 144 130 135 0 0.10 0.06 0.44 338.57 0.06 0.54
Hex 90 82 87 0 A 6 2C 153 6 36
Octal 220 202 207 0 12 6 54 523 6 66
Binary 10010000 10000010 10000111 0 1010 110 101100 101010011 110 110110

Color Harmonies of #908287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908287

Black with #908287

Text Example


Text Example

White with #908287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908287; }

 p { color: rgb(144,130,135); }

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

background-color css

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

 a { background-color: rgb(144,130,135); }

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

border-color css

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

 span { border-color: rgb(144,130,135); }

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