Html Css Color HEX #9B858D Venus

📋 copy color: '#9B858D'

red 155 ◦ green 133 ◦ blue 141

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

Shades of Venus #9B858D

Tints of Venus #9B858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 36.13%
G = 31%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B858D (or 0x9B858D) is known color: Venus. HEX triplet: 9B, 85 and 8D. RGB value is (155,133,141). Sum of RGB (Red+Green+Blue) = 155+133+141=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858D is #647A72. Grayscale: #8C8C8C. Windows color (decimal): -6584947 or 9274779. OLE color: 9274779.

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

Color convert

RGB 155 133 141 -
CMYK 0 0.14 0.09 0.39
HSL 338.18º 0.1% 0.56% -
HSV(B) 338.18º 0.14% 0.61% -
XYZ 26.71 25.67 28.75 -
YUV 140.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 155 133 141 0 0.14 0.09 0.39 338.18 0.1 0.56
Hex 9B 85 8D 0 E 9 27 152 A 38
Octal 233 205 215 0 16 11 47 522 12 70
Binary 10011011 10000101 10001101 0 1110 1001 100111 101010010 1010 111000

Color Harmonies of #9B858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B858D

Black with #9B858D

Text Example


Text Example

White with #9B858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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