#94898B

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

Shades of Venus #94898B

Tints of Venus #94898B

Color information

#94898B (or 0x94898B) is unknown color: approx Venus. HEX triplet: 94, 89 and 8B. RGB value is (148,137,139). Sum of RGB (Red+Green+Blue) = 148+137+139=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94898B is #6B7674. Grayscale: #8C8C8C. Windows color (decimal): -7042677 or 9144724. OLE color: 9144724.

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

Color convert

RGB148137139-
CMYK00.070.060.42
HSL349.09º4.89%55.88%-
HSV(B)349.09º7.43%58.04%-
XYZ25.8226.0528.09-
YUV140.52127.14133.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=34.91%
G=32.31%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813713900.070.060.42349.094.8955.88
Hex94898B0762A15d538
Octal22421121307652535570
Binary1001010010001001100010110111110101010101011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94898B; }

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

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

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

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

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

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

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

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