Html Css Color HEX #918388 Venus

📋 copy color: '#918388'

red 145 ◦ green 131 ◦ blue 136

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

Shades of Venus #918388

Tints of Venus #918388

RGB

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

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

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

R = 35.19%
G = 31.8%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#918388 (or 0x918388) is known color: Venus. HEX triplet: 91, 83 and 88. RGB value is (145,131,136). Sum of RGB (Red+Green+Blue) = 145+131+136=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918388 is #6E7C77. Grayscale: #878787. Windows color (decimal): -7240824 or 8946577. OLE color: 8946577.

HSL color Cylindrical-coordinate representation of color #918388: hue angle of 338.57º 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 #918388 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 136 -
CMYK 0 0.10 0.06 0.43
HSL 338.57º 0.06% 0.54% -
HSV(B) 338.57º 0.1% 0.57% -
XYZ 24.24 24.03 26.65 -
YUV 135.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 145 131 136 0 0.10 0.06 0.43 338.57 0.06 0.54
Hex 91 83 88 0 A 6 2B 153 6 36
Octal 221 203 210 0 12 6 53 523 6 66
Binary 10010001 10000011 10001000 0 1010 110 101011 101010011 110 110110

Color Harmonies of #918388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918388

Black with #918388

Text Example


Text Example

White with #918388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918388; }

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

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

background-color css

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

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

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

border-color css

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

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

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