Html Css Color HEX #918488 Venus

📋 copy color: '#918488'

red 145 ◦ green 132 ◦ blue 136

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

Shades of Venus #918488

Tints of Venus #918488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 35.11%
G = 31.96%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#918488 (or 0x918488) is known color: Venus. HEX triplet: 91, 84 and 88. RGB value is (145,132,136). Sum of RGB (Red+Green+Blue) = 145+132+136=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918488 is #6E7B77. Grayscale: #888888. Windows color (decimal): -7240568 or 8946833. OLE color: 8946833.

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

Color convert

RGB 145 132 136 -
CMYK 0 0.09 0.06 0.43
HSL 341.54º 0.06% 0.54% -
HSV(B) 341.54º 0.09% 0.57% -
XYZ 24.37 24.3 26.7 -
YUV 136.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 145 132 136 0 0.09 0.06 0.43 341.54 0.06 0.54
Hex 91 84 88 0 9 6 2B 156 6 36
Octal 221 204 210 0 11 6 53 526 6 66
Binary 10010001 10000100 10001000 0 1001 110 101011 101010110 110 110110

Color Harmonies of #918488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918488

Black with #918488

Text Example


Text Example

White with #918488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918488; }

 p { color: rgb(145,132,136); }

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

background-color css

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

 a { background-color: rgb(145,132,136); }

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

border-color css

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

 span { border-color: rgb(145,132,136); }

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