#948E90

Color #948E90 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #948E90

Tints of Venus #948E90

Color information

#948E90 (or 0x948E90) is unknown color: approx Venus. HEX triplet: 94, 8E and 90. RGB value is (148,142,144). Sum of RGB (Red+Green+Blue) = 148+142+144=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 148 - color contains mainly: red. Hex color #948E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E90 is #6B716F. Grayscale: #909090. Windows color (decimal): -7041392 or 9473684. OLE color: 9473684.

HSL color Cylindrical-coordinate representation of color #948E90: hue angle of 340º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #948E90 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148142144-
CMYK00.040.030.42
HSL340º2.73%56.86%-
HSV(B)340º4.05%58.04%-
XYZ26.9227.6630.3-
YUV144.02127.99130.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=34.10%
G=32.72%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814214400.040.030.423402.7356.86
Hex948E900432A154339
Octal22421622004352524371
Binary10010100100011101001000001001110101010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E90; }

 p { color: rgb(148,142,144); }

 H1.HeaderClassName
 {
   color: #948E90;
 }
 .AnyTagClassName
 {
   color: #948E90;
 }
</style>
background-color css

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

 a { background-color: rgb(148,142,144); }

 div.DivClassName
 {
   background-color: #948E90;
 }
 .BgClassName
 {
   background-color: #948E90;
 }
</style>
border-color css

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

 span { border-color: rgb(148,142,144); }

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