Html Css Color HEX #8F8187 Venus

📋 copy color: '#8F8187'

red 143 ◦ green 129 ◦ blue 135

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

Shades of Venus #8F8187

Tints of Venus #8F8187

RGB

 RED value IS 143 (56.25% from 255) = 35.14%

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 35.14%
G = 31.7%
B = 33.17%

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

#8F8187 (or 0x8F8187) is known color: Venus. HEX triplet: 8F, 81 and 87. RGB value is (143,129,135). Sum of RGB (Red+Green+Blue) = 143+129+135=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8187 is #707E78. Grayscale: #858585. Windows color (decimal): -7372409 or 8880527. OLE color: 8880527.

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

Color convert

RGB 143 129 135 -
CMYK 0 0.10 0.06 0.44
HSL 334.29º 0.06% 0.53% -
HSV(B) 334.29º 0.1% 0.56% -
XYZ 23.55 23.29 26.18 -
YUV 133.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 143 129 135 0 0.10 0.06 0.44 334.29 0.06 0.53
Hex 8F 81 87 0 A 6 2C 14E 6 35
Octal 217 201 207 0 12 6 54 516 6 65
Binary 10001111 10000001 10000111 0 1010 110 101100 101001110 110 110101

Color Harmonies of #8F8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8187

Black with #8F8187

Text Example


Text Example

White with #8F8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F8187; }

 p { color: rgb(143,129,135); }

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

background-color css

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

 a { background-color: rgb(143,129,135); }

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

border-color css

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

 span { border-color: rgb(143,129,135); }

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