Html Css Color HEX #948089 Venus

📋 copy color: '#948089'

red 148 ◦ green 128 ◦ blue 137

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

Shades of Venus #948089

Tints of Venus #948089

RGB

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

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

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

R = 35.84%
G = 30.99%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948089 (or 0x948089) is known color: Venus. HEX triplet: 94, 80 and 89. RGB value is (148,128,137). Sum of RGB (Red+Green+Blue) = 148+128+137=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948089 is #6B7F76. Grayscale: #868686. Windows color (decimal): -7044983 or 9011348. OLE color: 9011348.

HSL color Cylindrical-coordinate representation of color #948089: hue angle of 333º 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 #948089 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 137 -
CMYK 0 0.14 0.07 0.42
HSL 333º 0.09% 0.54% -
HSV(B) 333º 0.14% 0.58% -
XYZ 24.45 23.54 26.92 -
YUV 135.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 148 128 137 0 0.14 0.07 0.42 333 0.09 0.54
Hex 94 80 89 0 E 7 2A 14D 9 36
Octal 224 200 211 0 16 7 52 515 11 66
Binary 10010100 10000000 10001001 0 1110 111 101010 101001101 1001 110110

Color Harmonies of #948089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948089

Black with #948089

Text Example


Text Example

White with #948089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948089; }

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

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

background-color css

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

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

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

border-color css

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

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

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