#888293

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

Shades of Topaz #888293

Tints of Topaz #888293

Color information

#888293 (or 0x888293) is unknown color: approx Topaz. HEX triplet: 88, 82 and 93. RGB value is (136,130,147). Sum of RGB (Red+Green+Blue) = 136+130+147=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #888293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888293 is #777D6C. Grayscale: #858585. Windows color (decimal): -7830893 or 9667208. OLE color: 9667208.

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

Color convert

RGB136130147-
CMYK0.070.1200.42
HSL261.18º7.3%54.31%-
HSV(B)261.18º11.56%57.65%-
XYZ23.423.3130.87-
YUV133.73135.49129.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=32.93%
G=31.48%
B=35.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361301470.070.1200.42261.187.354.31
Hex8882937C02A105736
Octal210202223714052405766
Binary10001000100000101001001111111000101010100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888293; }

 p { color: rgb(136,130,147); }

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

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

 a { background-color: rgb(136,130,147); }

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

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

 span { border-color: rgb(136,130,147); }

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