Html Css Color HEX #8F7D85 Venus

📋 copy color: '#8F7D85'

red 143 ◦ green 125 ◦ blue 133

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

Shades of Venus #8F7D85

Tints of Venus #8F7D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 35.66%
G = 31.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F7D85 (or 0x8F7D85) is known color: Venus. HEX triplet: 8F, 7D and 85. RGB value is (143,125,133). Sum of RGB (Red+Green+Blue) = 143+125+133=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7D85 is #70827A. Grayscale: #838383. Windows color (decimal): -7373435 or 8748431. OLE color: 8748431.

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

Color convert

RGB 143 125 133 -
CMYK 0 0.13 0.07 0.44
HSL 333.33º 0.07% 0.53% -
HSV(B) 333.33º 0.13% 0.56% -
XYZ 22.89 22.2 25.27 -
YUV 131.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 143 125 133 0 0.13 0.07 0.44 333.33 0.07 0.53
Hex 8F 7D 85 0 D 7 2C 14D 7 35
Octal 217 175 205 0 15 7 54 515 7 65
Binary 10001111 1111101 10000101 0 1101 111 101100 101001101 111 110101

Color Harmonies of #8F7D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7D85

Black with #8F7D85

Text Example


Text Example

White with #8F7D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,125,133); }

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

background-color css

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

 a { background-color: rgb(143,125,133); }

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

border-color css

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

 span { border-color: rgb(143,125,133); }

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