Html Css Color HEX #8F8589 Venus

📋 copy color: '#8F8589'

red 143 ◦ green 133 ◦ blue 137

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

Shades of Venus #8F8589

Tints of Venus #8F8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 34.62%
G = 32.2%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8F8589 (or 0x8F8589) is known color: Venus. HEX triplet: 8F, 85 and 89. RGB value is (143,133,137). Sum of RGB (Red+Green+Blue) = 143+133+137=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8589 is #707A76. Grayscale: #888888. Windows color (decimal): -7371383 or 9012623. OLE color: 9012623.

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

Color convert

RGB 143 133 137 -
CMYK 0 0.07 0.04 0.44
HSL 336º 0.04% 0.54% -
HSV(B) 336º 0.07% 0.56% -
XYZ 24.23 24.42 27.1 -
YUV 136.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 143 133 137 0 0.07 0.04 0.44 336 0.04 0.54
Hex 8F 85 89 0 7 4 2C 150 4 36
Octal 217 205 211 0 7 4 54 520 4 66
Binary 10001111 10000101 10001001 0 111 100 101100 101010000 100 110110

Color Harmonies of #8F8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8589

Black with #8F8589

Text Example


Text Example

White with #8F8589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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