Html Css Color HEX #8C8889 Venus

📋 copy color: '#8C8889'

red 140 ◦ green 136 ◦ blue 137

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

Shades of Venus #8C8889

Tints of Venus #8C8889

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 33.9%
G = 32.93%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C8889 (or 0x8C8889) is known color: Venus. HEX triplet: 8C, 88 and 89. RGB value is (140,136,137). Sum of RGB (Red+Green+Blue) = 140+136+137=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8889 is #737776. Grayscale: #898989. Windows color (decimal): -7567223 or 9013388. OLE color: 9013388.

HSL color Cylindrical-coordinate representation of color #8C8889: hue angle of 345º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C8889 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 136 137 -
CMYK 0 0.03 0.02 0.45
HSL 345º 0.02% 0.54% -
HSV(B) 345º 0.03% 0.55% -
XYZ 24.13 24.99 27.22 -
YUV 137.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 140 136 137 0 0.03 0.02 0.45 345 0.02 0.54
Hex 8C 88 89 0 3 2 2D 159 2 36
Octal 214 210 211 0 3 2 55 531 2 66
Binary 10001100 10001000 10001001 0 11 10 101101 101011001 10 110110

Color Harmonies of #8C8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8889

Black with #8C8889

Text Example


Text Example

White with #8C8889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,137); }

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

background-color css

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

 a { background-color: rgb(140,136,137); }

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

border-color css

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

 span { border-color: rgb(140,136,137); }

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