Html Css Color HEX #908284 Venus

📋 copy color: '#908284'

red 144 ◦ green 130 ◦ blue 132

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

Shades of Venus #908284

Tints of Venus #908284

RGB

 RED value IS 144 (56.64% from 255) = 35.47%

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 35.47%
G = 32.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#908284 (or 0x908284) is known color: Venus. HEX triplet: 90, 82 and 84. RGB value is (144,130,132). Sum of RGB (Red+Green+Blue) = 144+130+132=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908284 is #6F7D7B. Grayscale: #868686. Windows color (decimal): -7306620 or 8684176. OLE color: 8684176.

HSL color Cylindrical-coordinate representation of color #908284: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908284 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 132 -
CMYK 0 0.10 0.08 0.44
HSL 351.43º 0.06% 0.54% -
HSV(B) 351.43º 0.1% 0.56% -
XYZ 23.65 23.56 25.13 -
YUV 134.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 144 130 132 0 0.10 0.08 0.44 351.43 0.06 0.54
Hex 90 82 84 0 A 8 2C 15F 6 36
Octal 220 202 204 0 12 10 54 537 6 66
Binary 10010000 10000010 10000100 0 1010 1000 101100 101011111 110 110110

Color Harmonies of #908284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908284

Black with #908284

Text Example


Text Example

White with #908284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908284; }

 p { color: rgb(144,130,132); }

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

background-color css

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

 a { background-color: rgb(144,130,132); }

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

border-color css

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

 span { border-color: rgb(144,130,132); }

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