Html Css Color HEX #91898C Venus

📋 copy color: '#91898C'

red 145 ◦ green 137 ◦ blue 140

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

Shades of Venus #91898C

Tints of Venus #91898C

RGB

 RED value IS 145 (57.03% from 255) = 34.36%

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 34.36%
G = 32.46%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#91898C (or 0x91898C) is known color: Venus. HEX triplet: 91, 89 and 8C. RGB value is (145,137,140). Sum of RGB (Red+Green+Blue) = 145+137+140=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #91898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898C is #6E7673. Grayscale: #8B8B8B. Windows color (decimal): -7239284 or 9210257. OLE color: 9210257.

HSL color Cylindrical-coordinate representation of color #91898C: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #91898C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 140 -
CMYK 0 0.06 0.03 0.43
HSL 337.5º 0.04% 0.55% -
HSV(B) 337.5º 0.06% 0.57% -
XYZ 25.36 25.8 28.46 -
YUV 139.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 145 137 140 0 0.06 0.03 0.43 337.5 0.04 0.55
Hex 91 89 8C 0 6 3 2B 152 4 37
Octal 221 211 214 0 6 3 53 522 4 67
Binary 10010001 10001001 10001100 0 110 11 101011 101010010 100 110111

Color Harmonies of #91898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91898C

Black with #91898C

Text Example


Text Example

White with #91898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91898C; }

 p { color: rgb(145,137,140); }

 H1.HeaderClassName
 {
   color: #91898C;
 }
 .AnyTagClassName
 {
   color: #91898C;
 }
</style>

background-color css

<style>
 a { background-color: #91898C; }

 a { background-color: rgb(145,137,140); }

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

border-color css

<style>
 span { border-color: #91898C; }

 span { border-color: rgb(145,137,140); }

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