Html Css Color HEX #9A868D Venus

📋 copy color: '#9A868D'

red 154 ◦ green 134 ◦ blue 141

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

Shades of Venus #9A868D

Tints of Venus #9A868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 35.9%
G = 31.24%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A868D (or 0x9A868D) is known color: Venus. HEX triplet: 9A, 86 and 8D. RGB value is (154,134,141). Sum of RGB (Red+Green+Blue) = 154+134+141=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A868D is #657972. Grayscale: #8C8C8C. Windows color (decimal): -6650227 or 9275034. OLE color: 9275034.

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

Color convert

RGB 154 134 141 -
CMYK 0 0.13 0.08 0.40
HSL 339º 0.09% 0.56% -
HSV(B) 339º 0.13% 0.6% -
XYZ 26.66 25.84 28.78 -
YUV 140.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 154 134 141 0 0.13 0.08 0.40 339 0.09 0.56
Hex 9A 86 8D 0 D 8 28 153 9 38
Octal 232 206 215 0 15 10 50 523 11 70
Binary 10011010 10000110 10001101 0 1101 1000 101000 101010011 1001 111000

Color Harmonies of #9A868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A868D

Black with #9A868D

Text Example


Text Example

White with #9A868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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