Html Css Color HEX #9B838A Venus

📋 copy color: '#9B838A'

red 155 ◦ green 131 ◦ blue 138

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

Shades of Venus #9B838A

Tints of Venus #9B838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 36.56%
G = 30.9%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B838A (or 0x9B838A) is known color: Venus. HEX triplet: 9B, 83 and 8A. RGB value is (155,131,138). Sum of RGB (Red+Green+Blue) = 155+131+138=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B838A is #647C75. Grayscale: #8A8A8A. Windows color (decimal): -6585462 or 9077659. OLE color: 9077659.

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

Color convert

RGB 155 131 138 -
CMYK 0 0.15 0.11 0.39
HSL 342.5º 0.11% 0.56% -
HSV(B) 342.5º 0.15% 0.61% -
XYZ 26.22 25.04 27.5 -
YUV 138.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 155 131 138 0 0.15 0.11 0.39 342.5 0.11 0.56
Hex 9B 83 8A 0 F B 27 156 B 38
Octal 233 203 212 0 17 13 47 526 13 70
Binary 10011011 10000011 10001010 0 1111 1011 100111 101010110 1011 111000

Color Harmonies of #9B838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B838A

Black with #9B838A

Text Example


Text Example

White with #9B838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,131,138); }

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

background-color css

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

 a { background-color: rgb(155,131,138); }

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

border-color css

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

 span { border-color: rgb(155,131,138); }

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