#887594

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

Shades of Topaz #887594

Tints of Topaz #887594

Color information

#887594 (or 0x887594) is unknown color: approx Topaz. HEX triplet: 88, 75 and 94. RGB value is (136,117,148). Sum of RGB (Red+Green+Blue) = 136+117+148=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #887594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887594 is #778A6B. Grayscale: #7E7E7E. Windows color (decimal): -7834220 or 9729416. OLE color: 9729416.

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

Color convert

RGB136117148-
CMYK0.080.2100.42
HSL276.77º12.65%51.96%-
HSV(B)276.77º20.95%58.04%-
XYZ21.8620.0930.74-
YUV126.22140.29134.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=33.92%
G=29.18%
B=36.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361171480.080.2100.42276.7712.6551.96
Hex88759481502A115d34
Octal21016522410250524251564
Binary1000100011101011001010010001010101010101000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887594; }

 p { color: rgb(136,117,148); }

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

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

 a { background-color: rgb(136,117,148); }

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

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

 span { border-color: rgb(136,117,148); }

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