Html Css Color HEX #8F8184 Venus

📋 copy color: '#8F8184'

red 143 ◦ green 129 ◦ blue 132

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

Shades of Venus #8F8184

Tints of Venus #8F8184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 35.4%
G = 31.93%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8F8184 (or 0x8F8184) is known color: Venus. HEX triplet: 8F, 81 and 84. RGB value is (143,129,132). Sum of RGB (Red+Green+Blue) = 143+129+132=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8184 is #707E7B. Grayscale: #858585. Windows color (decimal): -7372412 or 8683919. OLE color: 8683919.

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

Color convert

RGB 143 129 132 -
CMYK 0 0.10 0.08 0.44
HSL 347.14º 0.06% 0.53% -
HSV(B) 347.14º 0.1% 0.56% -
XYZ 23.34 23.21 25.08 -
YUV 133.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 143 129 132 0 0.10 0.08 0.44 347.14 0.06 0.53
Hex 8F 81 84 0 A 8 2C 15B 6 35
Octal 217 201 204 0 12 10 54 533 6 65
Binary 10001111 10000001 10000100 0 1010 1000 101100 101011011 110 110101

Color Harmonies of #8F8184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8184

Black with #8F8184

Text Example


Text Example

White with #8F8184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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