Html Css Color HEX #918083 Venus

📋 copy color: '#918083'

red 145 ◦ green 128 ◦ blue 131

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

Shades of Venus #918083

Tints of Venus #918083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 35.89%
G = 31.68%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#918083 (or 0x918083) is known color: Venus. HEX triplet: 91, 80 and 83. RGB value is (145,128,131). Sum of RGB (Red+Green+Blue) = 145+128+131=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918083 is #6E7F7C. Grayscale: #858585. Windows color (decimal): -7241597 or 8618129. OLE color: 8618129.

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

Color convert

RGB 145 128 131 -
CMYK 0 0.12 0.10 0.43
HSL 349.41º 0.07% 0.54% -
HSV(B) 349.41º 0.12% 0.57% -
XYZ 23.49 23.1 24.69 -
YUV 133.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 145 128 131 0 0.12 0.10 0.43 349.41 0.07 0.54
Hex 91 80 83 0 C A 2B 15D 7 36
Octal 221 200 203 0 14 12 53 535 7 66
Binary 10010001 10000000 10000011 0 1100 1010 101011 101011101 111 110110

Color Harmonies of #918083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918083

Black with #918083

Text Example


Text Example

White with #918083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918083; }

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

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

background-color css

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

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

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

border-color css

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

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

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