Html Css Color HEX #908083 Venus

📋 copy color: '#908083'

red 144 ◦ green 128 ◦ blue 131

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

Shades of Venus #908083

Tints of Venus #908083

RGB

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

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

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

R = 35.73%
G = 31.76%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#908083 (or 0x908083) is known color: Venus. HEX triplet: 90, 80 and 83. RGB value is (144,128,131). Sum of RGB (Red+Green+Blue) = 144+128+131=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908083 is #6F7F7C. Grayscale: #858585. Windows color (decimal): -7307133 or 8618128. OLE color: 8618128.

HSL color Cylindrical-coordinate representation of color #908083: hue angle of 348.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908083 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 131 -
CMYK 0 0.11 0.09 0.44
HSL 348.75º 0.07% 0.53% -
HSV(B) 348.75º 0.11% 0.56% -
XYZ 23.32 23.01 24.68 -
YUV 133.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 144 128 131 0 0.11 0.09 0.44 348.75 0.07 0.53
Hex 90 80 83 0 B 9 2C 15D 7 35
Octal 220 200 203 0 13 11 54 535 7 65
Binary 10010000 10000000 10000011 0 1011 1001 101100 101011101 111 110101

Color Harmonies of #908083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908083

Black with #908083

Text Example


Text Example

White with #908083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908083; }

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

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

background-color css

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

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

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

border-color css

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

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

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