Html Css Color HEX #9A7E86 Venus

📋 copy color: '#9A7E86'

red 154 ◦ green 126 ◦ blue 134

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

Shades of Venus #9A7E86

Tints of Venus #9A7E86

RGB

 RED value IS 154 (60.55% from 255) = 37.2%

 GREEN value IS 126 (49.61% from 255) = 30.43%

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

R = 37.2%
G = 30.43%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A7E86 (or 0x9A7E86) is known color: Venus. HEX triplet: 9A, 7E and 86. RGB value is (154,126,134). Sum of RGB (Red+Green+Blue) = 154+126+134=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E86 is #658179. Grayscale: #878787. Windows color (decimal): -6652282 or 8814234. OLE color: 8814234.

HSL color Cylindrical-coordinate representation of color #9A7E86: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7E86 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 126 134 -
CMYK 0 0.18 0.13 0.40
HSL 342.86º 0.12% 0.55% -
HSV(B) 342.86º 0.18% 0.6% -
XYZ 25.09 23.51 25.77 -
YUV 135.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 154 126 134 0 0.18 0.13 0.40 342.86 0.12 0.55
Hex 9A 7E 86 0 12 D 28 157 C 37
Octal 232 176 206 0 22 15 50 527 14 67
Binary 10011010 1111110 10000110 0 10010 1101 101000 101010111 1100 110111

Color Harmonies of #9A7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7E86

Black with #9A7E86

Text Example


Text Example

White with #9A7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7E86; }

 p { color: rgb(154,126,134); }

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

background-color css

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

 a { background-color: rgb(154,126,134); }

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

border-color css

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

 span { border-color: rgb(154,126,134); }

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