Html Css Color HEX #9B8D8E Venus

📋 copy color: '#9B8D8E'

red 155 ◦ green 141 ◦ blue 142

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

Shades of Venus #9B8D8E

Tints of Venus #9B8D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 35.39%
G = 32.19%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B8D8E (or 0x9B8D8E) is known color: Venus. HEX triplet: 9B, 8D and 8E. RGB value is (155,141,142). Sum of RGB (Red+Green+Blue) = 155+141+142=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8D8E is #647271. Grayscale: #919191. Windows color (decimal): -6582898 or 9342363. OLE color: 9342363.

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

Color convert

RGB 155 141 142 -
CMYK 0 0.09 0.08 0.39
HSL 355.71º 0.07% 0.58% -
HSV(B) 355.71º 0.09% 0.61% -
XYZ 27.92 27.97 29.52 -
YUV 145.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 155 141 142 0 0.09 0.08 0.39 355.71 0.07 0.58
Hex 9B 8D 8E 0 9 8 27 164 7 3A
Octal 233 215 216 0 11 10 47 544 7 72
Binary 10011011 10001101 10001110 0 1001 1000 100111 101100100 111 111010

Color Harmonies of #9B8D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D8E

Black with #9B8D8E

Text Example


Text Example

White with #9B8D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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