Html Css Color HEX #8A8183 Venus

📋 copy color: '#8A8183'

red 138 ◦ green 129 ◦ blue 131

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

Shades of Venus #8A8183

Tints of Venus #8A8183

RGB

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

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

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

R = 34.67%
G = 32.41%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#8A8183 (or 0x8A8183) is known color: Venus. HEX triplet: 8A, 81 and 83. RGB value is (138,129,131). Sum of RGB (Red+Green+Blue) = 138+129+131=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8183 is #757E7C. Grayscale: #838383. Windows color (decimal): -7700093 or 8618378. OLE color: 8618378.

HSL color Cylindrical-coordinate representation of color #8A8183: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8183 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 131 -
CMYK 0 0.07 0.05 0.46
HSL 346.67º 0.04% 0.52% -
HSV(B) 346.67º 0.07% 0.54% -
XYZ 22.43 22.74 24.68 -
YUV 131.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 138 129 131 0 0.07 0.05 0.46 346.67 0.04 0.52
Hex 8A 81 83 0 7 5 2E 15B 4 34
Octal 212 201 203 0 7 5 56 533 4 64
Binary 10001010 10000001 10000011 0 111 101 101110 101011011 100 110100

Color Harmonies of #8A8183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8183

Black with #8A8183

Text Example


Text Example

White with #8A8183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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