Html Css Color HEX #9B8A90 Venus

📋 copy color: '#9B8A90'

red 155 ◦ green 138 ◦ blue 144

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

Shades of Venus #9B8A90

Tints of Venus #9B8A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 35.47%
G = 31.58%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B8A90 (or 0x9B8A90) is known color: Venus. HEX triplet: 9B, 8A and 90. RGB value is (155,138,144). Sum of RGB (Red+Green+Blue) = 155+138+144=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A90 is #64756F. Grayscale: #8F8F8F. Windows color (decimal): -6583664 or 9472667. OLE color: 9472667.

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

Color convert

RGB 155 138 144 -
CMYK 0 0.11 0.07 0.39
HSL 338.82º 0.08% 0.57% -
HSV(B) 338.82º 0.11% 0.61% -
XYZ 27.64 27.16 30.17 -
YUV 143.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 155 138 144 0 0.11 0.07 0.39 338.82 0.08 0.57
Hex 9B 8A 90 0 B 7 27 153 8 39
Octal 233 212 220 0 13 7 47 523 10 71
Binary 10011011 10001010 10010000 0 1011 111 100111 101010011 1000 111001

Color Harmonies of #9B8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A90

Black with #9B8A90

Text Example


Text Example

White with #9B8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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