Html Css Color HEX #9B868E Venus

📋 copy color: '#9B868E'

red 155 ◦ green 134 ◦ blue 142

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

Shades of Venus #9B868E

Tints of Venus #9B868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 35.96%
G = 31.09%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B868E (or 0x9B868E) is known color: Venus. HEX triplet: 9B, 86 and 8E. RGB value is (155,134,142). Sum of RGB (Red+Green+Blue) = 155+134+142=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B868E is #647971. Grayscale: #8D8D8D. Windows color (decimal): -6584690 or 9340571. OLE color: 9340571.

HSL color Cylindrical-coordinate representation of color #9B868E: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B868E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 142 -
CMYK 0 0.14 0.08 0.39
HSL 337.14º 0.1% 0.57% -
HSV(B) 337.14º 0.14% 0.61% -
XYZ 26.93 25.97 29.19 -
YUV 141.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 155 134 142 0 0.14 0.08 0.39 337.14 0.1 0.57
Hex 9B 86 8E 0 E 8 27 151 A 39
Octal 233 206 216 0 16 10 47 521 12 71
Binary 10011011 10000110 10001110 0 1110 1000 100111 101010001 1010 111001

Color Harmonies of #9B868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B868E

Black with #9B868E

Text Example


Text Example

White with #9B868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,142); }

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

background-color css

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

 a { background-color: rgb(155,134,142); }

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

border-color css

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

 span { border-color: rgb(155,134,142); }

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