#8B8294

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

Shades of Topaz #8B8294

Tints of Topaz #8B8294

Color information

#8B8294 (or 0x8B8294) is unknown color: approx Topaz. HEX triplet: 8B, 82 and 94. RGB value is (139,130,148). Sum of RGB (Red+Green+Blue) = 139+130+148=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8294 is #747D6B. Grayscale: #868686. Windows color (decimal): -7634284 or 9732747. OLE color: 9732747.

HSL color Cylindrical-coordinate representation of color #8B8294: hue angle of 270º 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 #8B8294 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB139130148-
CMYK0.060.1200.42
HSL270º7.76%54.51%-
HSV(B)270º12.16%58.04%-
XYZ23.9823.5931.31-
YUV134.74135.48131.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=33.33%
G=31.18%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391301480.060.1200.422707.7654.51
Hex8B82946C02A10e837
Octal2132022246140524161067
Binary100010111000001010010100110110001010101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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