#8A8294

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

Shades of Topaz #8A8294

Tints of Topaz #8A8294

Color information

#8A8294 (or 0x8A8294) is unknown color: approx Topaz. HEX triplet: 8A, 82 and 94. RGB value is (138,130,148). Sum of RGB (Red+Green+Blue) = 138+130+148=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8294 is #757D6B. Grayscale: #868686. Windows color (decimal): -7699820 or 9732746. OLE color: 9732746.

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

Color convert

RGB138130148-
CMYK0.070.1200.42
HSL266.67º7.76%54.51%-
HSV(B)266.67º12.16%58.04%-
XYZ23.8123.5131.3-
YUV134.44135.65130.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=33.17%
G=31.25%
B=35.58%

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
Decimal1381301480.070.1200.42266.677.7654.51
Hex8A82947C02A10b837
Octal2122022247140524131067
Binary100010101000001010010100111110001010101000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8294; }

 p { color: rgb(138,130,148); }

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

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

 a { background-color: rgb(138,130,148); }

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

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

 span { border-color: rgb(138,130,148); }

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