Html Css Color HEX #918387 Venus

📋 copy color: '#918387'

red 145 ◦ green 131 ◦ blue 135

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

Shades of Venus #918387

Tints of Venus #918387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 35.28%
G = 31.87%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#918387 (or 0x918387) is known color: Venus. HEX triplet: 91, 83 and 87. RGB value is (145,131,135). Sum of RGB (Red+Green+Blue) = 145+131+135=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918387 is #6E7C78. Grayscale: #878787. Windows color (decimal): -7240825 or 8881041. OLE color: 8881041.

HSL color Cylindrical-coordinate representation of color #918387: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918387 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 135 -
CMYK 0 0.10 0.07 0.43
HSL 342.86º 0.06% 0.54% -
HSV(B) 342.86º 0.1% 0.57% -
XYZ 24.17 24 26.28 -
YUV 135.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 145 131 135 0 0.10 0.07 0.43 342.86 0.06 0.54
Hex 91 83 87 0 A 7 2B 157 6 36
Octal 221 203 207 0 12 7 53 527 6 66
Binary 10010001 10000011 10000111 0 1010 111 101011 101010111 110 110110

Color Harmonies of #918387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918387

Black with #918387

Text Example


Text Example

White with #918387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918387; }

 p { color: rgb(145,131,135); }

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

background-color css

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

 a { background-color: rgb(145,131,135); }

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

border-color css

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

 span { border-color: rgb(145,131,135); }

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