Html Css Color HEX #968487 Venus

📋 copy color: '#968487'

red 150 ◦ green 132 ◦ blue 135

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

Shades of Venus #968487

Tints of Venus #968487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 35.97%
G = 31.65%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#968487 (or 0x968487) is known color: Venus. HEX triplet: 96, 84 and 87. RGB value is (150,132,135). Sum of RGB (Red+Green+Blue) = 150+132+135=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968487 is #697B78. Grayscale: #898989. Windows color (decimal): -6912889 or 8881302. OLE color: 8881302.

HSL color Cylindrical-coordinate representation of color #968487: hue angle of 350º 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 #968487 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 135 -
CMYK 0 0.12 0.1 0.41
HSL 350º 0.08% 0.55% -
HSV(B) 350º 0.12% 0.59% -
XYZ 25.2 24.74 26.37 -
YUV 137.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 150 132 135 0 0.12 0.1 0.41 350 0.08 0.55
Hex 96 84 87 0 C A 29 15E 8 37
Octal 226 204 207 0 14 12 51 536 10 67
Binary 10010110 10000100 10000111 0 1100 1010 101001 101011110 1000 110111

Color Harmonies of #968487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968487

Black with #968487

Text Example


Text Example

White with #968487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968487; }

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

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

background-color css

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

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

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

border-color css

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

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

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