Html Css Color HEX #8E8183 Venus

📋 copy color: '#8E8183'

red 142 ◦ green 129 ◦ blue 131

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

Shades of Venus #8E8183

Tints of Venus #8E8183

RGB

 RED value IS 142 (55.86% from 255) = 35.32%

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 35.32%
G = 32.09%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E8183 (or 0x8E8183) is known color: Venus. HEX triplet: 8E, 81 and 83. RGB value is (142,129,131). Sum of RGB (Red+Green+Blue) = 142+129+131=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8183 is #717E7C. Grayscale: #858585. Windows color (decimal): -7437949 or 8618382. OLE color: 8618382.

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

Color convert

RGB 142 129 131 -
CMYK 0 0.09 0.08 0.44
HSL 350.77º 0.05% 0.53% -
HSV(B) 350.77º 0.09% 0.56% -
XYZ 23.1 23.09 24.71 -
YUV 133.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 142 129 131 0 0.09 0.08 0.44 350.77 0.05 0.53
Hex 8E 81 83 0 9 8 2C 15F 5 35
Octal 216 201 203 0 11 10 54 537 5 65
Binary 10001110 10000001 10000011 0 1001 1000 101100 101011111 101 110101

Color Harmonies of #8E8183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8183

Black with #8E8183

Text Example


Text Example

White with #8E8183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E8183; }

 p { color: rgb(142,129,131); }

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

background-color css

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

 a { background-color: rgb(142,129,131); }

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

border-color css

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

 span { border-color: rgb(142,129,131); }

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