Html Css Color HEX #8A8286 Venus

📋 copy color: '#8A8286'

red 138 ◦ green 130 ◦ blue 134

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

Shades of Venus #8A8286

Tints of Venus #8A8286

RGB

 RED value IS 138 (54.3% from 255) = 34.33%

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 34.33%
G = 32.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#8A8286 (or 0x8A8286) is known color: Venus. HEX triplet: 8A, 82 and 86. RGB value is (138,130,134). Sum of RGB (Red+Green+Blue) = 138+130+134=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8286 is #757D79. Grayscale: #848484. Windows color (decimal): -7699834 or 8815242. OLE color: 8815242.

HSL color Cylindrical-coordinate representation of color #8A8286: hue angle of 330º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8286 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 134 -
CMYK 0 0.06 0.03 0.46
HSL 330º 0.03% 0.53% -
HSV(B) 330º 0.06% 0.54% -
XYZ 22.77 23.09 25.81 -
YUV 132.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 138 130 134 0 0.06 0.03 0.46 330 0.03 0.53
Hex 8A 82 86 0 6 3 2E 14A 3 35
Octal 212 202 206 0 6 3 56 512 3 65
Binary 10001010 10000010 10000110 0 110 11 101110 101001010 11 110101

Color Harmonies of #8A8286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8286

Black with #8A8286

Text Example


Text Example

White with #8A8286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,134); }

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

background-color css

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

 a { background-color: rgb(138,130,134); }

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

border-color css

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

 span { border-color: rgb(138,130,134); }

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