Html Css Color HEX #918384 Venus

📋 copy color: '#918384'

red 145 ◦ green 131 ◦ blue 132

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

Shades of Venus #918384

Tints of Venus #918384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 35.54%
G = 32.11%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#918384 (or 0x918384) is known color: Venus. HEX triplet: 91, 83 and 84. RGB value is (145,131,132). Sum of RGB (Red+Green+Blue) = 145+131+132=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #918384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918384 is #6E7C7B. Grayscale: #878787. Windows color (decimal): -7240828 or 8684433. OLE color: 8684433.

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

Color convert

RGB 145 131 132 -
CMYK 0 0.10 0.09 0.43
HSL 355.71º 0.06% 0.54% -
HSV(B) 355.71º 0.1% 0.57% -
XYZ 23.96 23.92 25.18 -
YUV 135.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 145 131 132 0 0.10 0.09 0.43 355.71 0.06 0.54
Hex 91 83 84 0 A 9 2B 164 6 36
Octal 221 203 204 0 12 11 53 544 6 66
Binary 10010001 10000011 10000100 0 1010 1001 101011 101100100 110 110110

Color Harmonies of #918384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918384

Black with #918384

Text Example


Text Example

White with #918384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918384; }

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

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

background-color css

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

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

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

border-color css

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

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

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