Html Css Color HEX #948086 Venus

📋 copy color: '#948086'

red 148 ◦ green 128 ◦ blue 134

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

Shades of Venus #948086

Tints of Venus #948086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

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

R = 36.1%
G = 31.22%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948086 (or 0x948086) is known color: Venus. HEX triplet: 94, 80 and 86. RGB value is (148,128,134). Sum of RGB (Red+Green+Blue) = 148+128+134=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948086 is #6B7F79. Grayscale: #868686. Windows color (decimal): -7044986 or 8814740. OLE color: 8814740.

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

Color convert

RGB 148 128 134 -
CMYK 0 0.14 0.09 0.42
HSL 342º 0.09% 0.54% -
HSV(B) 342º 0.14% 0.58% -
XYZ 24.23 23.46 25.8 -
YUV 134.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 148 128 134 0 0.14 0.09 0.42 342 0.09 0.54
Hex 94 80 86 0 E 9 2A 156 9 36
Octal 224 200 206 0 16 11 52 526 11 66
Binary 10010100 10000000 10000110 0 1110 1001 101010 101010110 1001 110110

Color Harmonies of #948086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948086

Black with #948086

Text Example


Text Example

White with #948086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948086; }

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

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

background-color css

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

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

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

border-color css

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

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

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