Html Css Color HEX #8F8283 Venus

📋 copy color: '#8F8283'

red 143 ◦ green 130 ◦ blue 131

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

Shades of Venus #8F8283

Tints of Venus #8F8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 35.4%
G = 32.18%
B = 32.43%

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

#8F8283 (or 0x8F8283) is known color: Venus. HEX triplet: 8F, 82 and 83. RGB value is (143,130,131). Sum of RGB (Red+Green+Blue) = 143+130+131=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8283 is #707D7C. Grayscale: #868686. Windows color (decimal): -7372157 or 8618639. OLE color: 8618639.

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

Color convert

RGB 143 130 131 -
CMYK 0 0.09 0.08 0.44
HSL 355.38º 0.05% 0.54% -
HSV(B) 355.38º 0.09% 0.56% -
XYZ 23.41 23.44 24.76 -
YUV 134 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 143 130 131 0 0.09 0.08 0.44 355.38 0.05 0.54
Hex 8F 82 83 0 9 8 2C 163 5 36
Octal 217 202 203 0 11 10 54 543 5 66
Binary 10001111 10000010 10000011 0 1001 1000 101100 101100011 101 110110

Color Harmonies of #8F8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8283

Black with #8F8283

Text Example


Text Example

White with #8F8283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,131); }

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

background-color css

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

 a { background-color: rgb(143,130,131); }

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

border-color css

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

 span { border-color: rgb(143,130,131); }

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