Html Css Color HEX #9B8187 Venus

📋 copy color: '#9B8187'

red 155 ◦ green 129 ◦ blue 135

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

Shades of Venus #9B8187

Tints of Venus #9B8187

RGB

 RED value IS 155 (60.94% from 255) = 36.99%

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

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 36.99%
G = 30.79%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B8187 (or 0x9B8187) is known color: Venus. HEX triplet: 9B, 81 and 87. RGB value is (155,129,135). Sum of RGB (Red+Green+Blue) = 155+129+135=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8187 is #647E78. Grayscale: #898989. Windows color (decimal): -6585977 or 8880539. OLE color: 8880539.

HSL color Cylindrical-coordinate representation of color #9B8187: hue angle of 346.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8187 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 129 135 -
CMYK 0 0.17 0.13 0.39
HSL 346.15º 0.12% 0.56% -
HSV(B) 346.15º 0.17% 0.61% -
XYZ 25.74 24.42 26.28 -
YUV 137.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 155 129 135 0 0.17 0.13 0.39 346.15 0.12 0.56
Hex 9B 81 87 0 11 D 27 15A C 38
Octal 233 201 207 0 21 15 47 532 14 70
Binary 10011011 10000001 10000111 0 10001 1101 100111 101011010 1100 111000

Color Harmonies of #9B8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8187

Black with #9B8187

Text Example


Text Example

White with #9B8187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8187; }

 p { color: rgb(155,129,135); }

 H1.HeaderClassName
 {
   color: #9B8187;
 }
 .AnyTagClassName
 {
   color: #9B8187;
 }
</style>

background-color css

<style>
 a { background-color: #9B8187; }

 a { background-color: rgb(155,129,135); }

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

border-color css

<style>
 span { border-color: #9B8187; }

 span { border-color: rgb(155,129,135); }

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