Html Css Color HEX #968489 Venus

📋 copy color: '#968489'

red 150 ◦ green 132 ◦ blue 137

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

Shades of Venus #968489

Tints of Venus #968489

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 35.8%
G = 31.5%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968489 (or 0x968489) is known color: Venus. HEX triplet: 96, 84 and 89. RGB value is (150,132,137). Sum of RGB (Red+Green+Blue) = 150+132+137=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968489 is #697B76. Grayscale: #898989. Windows color (decimal): -6912887 or 9012374. OLE color: 9012374.

HSL color Cylindrical-coordinate representation of color #968489: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968489 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 137 -
CMYK 0 0.12 0.09 0.41
HSL 343.33º 0.08% 0.55% -
HSV(B) 343.33º 0.12% 0.59% -
XYZ 25.34 24.79 27.12 -
YUV 137.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 150 132 137 0 0.12 0.09 0.41 343.33 0.08 0.55
Hex 96 84 89 0 C 9 29 157 8 37
Octal 226 204 211 0 14 11 51 527 10 67
Binary 10010110 10000100 10001001 0 1100 1001 101001 101010111 1000 110111

Color Harmonies of #968489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968489

Black with #968489

Text Example


Text Example

White with #968489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968489; }

 p { color: rgb(150,132,137); }

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

background-color css

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

 a { background-color: rgb(150,132,137); }

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

border-color css

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

 span { border-color: rgb(150,132,137); }

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