#948187

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

Shades of Venus #948187

Tints of Venus #948187

Color information

#948187 (or 0x948187) is unknown color: approx Venus. HEX triplet: 94, 81 and 87. RGB value is (148,129,135). Sum of RGB (Red+Green+Blue) = 148+129+135=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948187 is #6B7E78. Grayscale: #878787. Windows color (decimal): -7044729 or 8880532. OLE color: 8880532.

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

Color convert

RGB148129135-
CMYK00.130.090.42
HSL341.05º8.15%54.31%-
HSV(B)341.05º12.84%58.04%-
XYZ24.4423.7526.22-
YUV135.36127.79137.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=35.92%
G=31.31%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812913500.130.090.42341.058.1554.31
Hex9481870D92A155836
Octal22420120701511525251066
Binary1001010010000001100001110110110011010101010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948187; }

 p { color: rgb(148,129,135); }

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

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

 a { background-color: rgb(148,129,135); }

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

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

 span { border-color: rgb(148,129,135); }

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