Html Css Color HEX #9B858C Venus

📋 copy color: '#9B858C'

red 155 ◦ green 133 ◦ blue 140

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

Shades of Venus #9B858C

Tints of Venus #9B858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 36.21%
G = 31.07%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B858C (or 0x9B858C) is known color: Venus. HEX triplet: 9B, 85 and 8C. RGB value is (155,133,140). Sum of RGB (Red+Green+Blue) = 155+133+140=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858C is #647A73. Grayscale: #8C8C8C. Windows color (decimal): -6584948 or 9209243. OLE color: 9209243.

HSL color Cylindrical-coordinate representation of color #9B858C: hue angle of 340.91º 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 #9B858C is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 140 -
CMYK 0 0.14 0.10 0.39
HSL 340.91º 0.1% 0.56% -
HSV(B) 340.91º 0.14% 0.61% -
XYZ 26.64 25.64 28.36 -
YUV 140.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 155 133 140 0 0.14 0.10 0.39 340.91 0.1 0.56
Hex 9B 85 8C 0 E A 27 155 A 38
Octal 233 205 214 0 16 12 47 525 12 70
Binary 10011011 10000101 10001100 0 1110 1010 100111 101010101 1010 111000

Color Harmonies of #9B858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B858C

Black with #9B858C

Text Example


Text Example

White with #9B858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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