Html Css Color HEX #9B838C Venus

📋 copy color: '#9B838C'

red 155 ◦ green 131 ◦ blue 140

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

Shades of Venus #9B838C

Tints of Venus #9B838C

RGB

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

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

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

R = 36.38%
G = 30.75%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B838C (or 0x9B838C) is known color: Venus. HEX triplet: 9B, 83 and 8C. RGB value is (155,131,140). Sum of RGB (Red+Green+Blue) = 155+131+140=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B838C is #647C73. Grayscale: #8B8B8B. Windows color (decimal): -6585460 or 9208731. OLE color: 9208731.

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

Color convert

RGB 155 131 140 -
CMYK 0 0.15 0.10 0.39
HSL 337.5º 0.11% 0.56% -
HSV(B) 337.5º 0.15% 0.61% -
XYZ 26.37 25.09 28.26 -
YUV 139.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 155 131 140 0 0.15 0.10 0.39 337.5 0.11 0.56
Hex 9B 83 8C 0 F A 27 152 B 38
Octal 233 203 214 0 17 12 47 522 13 70
Binary 10011011 10000011 10001100 0 1111 1010 100111 101010010 1011 111000

Color Harmonies of #9B838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B838C

Black with #9B838C

Text Example


Text Example

White with #9B838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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