Html Css Color HEX #8A737E Venus

📋 copy color: '#8A737E'

red 138 ◦ green 115 ◦ blue 126

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

Shades of Venus #8A737E

Tints of Venus #8A737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 36.41%
G = 30.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A737E (or 0x8A737E) is known color: Venus. HEX triplet: 8A, 73 and 7E. RGB value is (138,115,126). Sum of RGB (Red+Green+Blue) = 138+115+126=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 138 - color contains mainly: red. Hex color #8A737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A737E is #758C81. Grayscale: #7B7B7B. Windows color (decimal): -7703682 or 8287114. OLE color: 8287114.

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

Color convert

RGB 138 115 126 -
CMYK 0 0.17 0.09 0.46
HSL 331.3º 0.09% 0.5% -
HSV(B) 331.3º 0.17% 0.54% -
XYZ 20.38 19.17 22.37 -
YUV 123.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 138 115 126 0 0.17 0.09 0.46 331.3 0.09 0.5
Hex 8A 73 7E 0 11 9 2E 14B 9 32
Octal 212 163 176 0 21 11 56 513 11 62
Binary 10001010 1110011 1111110 0 10001 1001 101110 101001011 1001 110010

Color Harmonies of #8A737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A737E

Black with #8A737E

Text Example


Text Example

White with #8A737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,126); }

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

background-color css

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

 a { background-color: rgb(138,115,126); }

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

border-color css

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

 span { border-color: rgb(138,115,126); }

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