#888195

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

Shades of Topaz #888195

Tints of Topaz #888195

Color information

#888195 (or 0x888195) is unknown color: approx Topaz. HEX triplet: 88, 81 and 95. RGB value is (136,129,149). Sum of RGB (Red+Green+Blue) = 136+129+149=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #888195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888195 is #777E6A. Grayscale: #858585. Windows color (decimal): -7831147 or 9798024. OLE color: 9798024.

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

Color convert

RGB136129149-
CMYK0.090.1300.42
HSL261º8.62%54.51%-
HSV(B)261º13.42%58.43%-
XYZ23.4323.131.66-
YUV133.37136.82129.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=32.85%
G=31.16%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361291490.090.1300.422618.6254.51
Hex8881959D02A105937
Octal21020122511150524051167
Binary1000100010000001100101011001110101010101000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888195; }

 p { color: rgb(136,129,149); }

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

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

 a { background-color: rgb(136,129,149); }

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

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

 span { border-color: rgb(136,129,149); }

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