Html Css Color HEX #8F8087 Venus

📋 copy color: '#8F8087'

red 143 ◦ green 128 ◦ blue 135

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

Shades of Venus #8F8087

Tints of Venus #8F8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

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

R = 35.22%
G = 31.53%
B = 33.25%

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

#8F8087 (or 0x8F8087) is known color: Venus. HEX triplet: 8F, 80 and 87. RGB value is (143,128,135). Sum of RGB (Red+Green+Blue) = 143+128+135=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8087 is #707F78. Grayscale: #858585. Windows color (decimal): -7372665 or 8880271. OLE color: 8880271.

HSL color Cylindrical-coordinate representation of color #8F8087: hue angle of 332º 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 #8F8087 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 135 -
CMYK 0 0.10 0.06 0.44
HSL 332º 0.06% 0.53% -
HSV(B) 332º 0.1% 0.56% -
XYZ 23.42 23.03 26.13 -
YUV 133.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 143 128 135 0 0.10 0.06 0.44 332 0.06 0.53
Hex 8F 80 87 0 A 6 2C 14C 6 35
Octal 217 200 207 0 12 6 54 514 6 65
Binary 10001111 10000000 10000111 0 1010 110 101100 101001100 110 110101

Color Harmonies of #8F8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8087

Black with #8F8087

Text Example


Text Example

White with #8F8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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