Html Css Color HEX #918C8D Venus

📋 copy color: '#918C8D'

red 145 ◦ green 140 ◦ blue 141

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

Shades of Venus #918C8D

Tints of Venus #918C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 34.04%
G = 32.86%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#918C8D (or 0x918C8D) is known color: Venus. HEX triplet: 91, 8C and 8D. RGB value is (145,140,141). Sum of RGB (Red+Green+Blue) = 145+140+141=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 145 - color contains mainly: red. Hex color #918C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C8D is #6E7372. Grayscale: #8D8D8D. Windows color (decimal): -7238515 or 9276561. OLE color: 9276561.

HSL color Cylindrical-coordinate representation of color #918C8D: hue angle of 348º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #918C8D is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 140 141 -
CMYK 0 0.03 0.03 0.43
HSL 348º 0.02% 0.56% -
HSV(B) 348º 0.03% 0.57% -
XYZ 25.86 26.7 28.99 -
YUV 141.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 145 140 141 0 0.03 0.03 0.43 348 0.02 0.56
Hex 91 8C 8D 0 3 3 2B 15C 2 38
Octal 221 214 215 0 3 3 53 534 2 70
Binary 10010001 10001100 10001101 0 11 11 101011 101011100 10 111000

Color Harmonies of #918C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C8D

Black with #918C8D

Text Example


Text Example

White with #918C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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