Html Css Color HEX #9B828B Venus

📋 copy color: '#9B828B'

red 155 ◦ green 130 ◦ blue 139

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

Shades of Venus #9B828B

Tints of Venus #9B828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 36.56%
G = 30.66%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B828B (or 0x9B828B) is known color: Venus. HEX triplet: 9B, 82 and 8B. RGB value is (155,130,139). Sum of RGB (Red+Green+Blue) = 155+130+139=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B828B is #647D74. Grayscale: #8A8A8A. Windows color (decimal): -6585717 or 9142939. OLE color: 9142939.

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

Color convert

RGB 155 130 139 -
CMYK 0 0.16 0.10 0.39
HSL 338.4º 0.11% 0.56% -
HSV(B) 338.4º 0.16% 0.61% -
XYZ 26.16 24.8 27.83 -
YUV 138.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 155 130 139 0 0.16 0.10 0.39 338.4 0.11 0.56
Hex 9B 82 8B 0 10 A 27 152 B 38
Octal 233 202 213 0 20 12 47 522 13 70
Binary 10011011 10000010 10001011 0 10000 1010 100111 101010010 1011 111000

Color Harmonies of #9B828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B828B

Black with #9B828B

Text Example


Text Example

White with #9B828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,139); }

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

background-color css

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

 a { background-color: rgb(155,130,139); }

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

border-color css

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

 span { border-color: rgb(155,130,139); }

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