Html Css Color HEX #948689 Venus

📋 copy color: '#948689'

red 148 ◦ green 134 ◦ blue 137

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

Shades of Venus #948689

Tints of Venus #948689

RGB

 RED value IS 148 (58.2% from 255) = 35.32%

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

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

R = 35.32%
G = 31.98%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948689 (or 0x948689) is known color: Venus. HEX triplet: 94, 86 and 89. RGB value is (148,134,137). Sum of RGB (Red+Green+Blue) = 148+134+137=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948689 is #6B7976. Grayscale: #8A8A8A. Windows color (decimal): -7043447 or 9012884. OLE color: 9012884.

HSL color Cylindrical-coordinate representation of color #948689: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948689 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 137 -
CMYK 0 0.09 0.07 0.42
HSL 347.14º 0.06% 0.55% -
HSV(B) 347.14º 0.09% 0.58% -
XYZ 25.25 25.15 27.19 -
YUV 138.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 148 134 137 0 0.09 0.07 0.42 347.14 0.06 0.55
Hex 94 86 89 0 9 7 2A 15B 6 37
Octal 224 206 211 0 11 7 52 533 6 67
Binary 10010100 10000110 10001001 0 1001 111 101010 101011011 110 110111

Color Harmonies of #948689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948689

Black with #948689

Text Example


Text Example

White with #948689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948689; }

 p { color: rgb(148,134,137); }

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

background-color css

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

 a { background-color: rgb(148,134,137); }

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

border-color css

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

 span { border-color: rgb(148,134,137); }

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