#8A8195

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

Shades of Topaz #8A8195

Tints of Topaz #8A8195

Color information

#8A8195 (or 0x8A8195) is unknown color: approx Topaz. HEX triplet: 8A, 81 and 95. RGB value is (138,129,149). Sum of RGB (Red+Green+Blue) = 138+129+149=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8195 is #757E6A. Grayscale: #858585. Windows color (decimal): -7700075 or 9798026. OLE color: 9798026.

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

Color convert

RGB138129149-
CMYK0.070.1300.42
HSL267º8.62%54.51%-
HSV(B)267º13.42%58.43%-
XYZ23.7623.2731.67-
YUV133.97136.48130.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=33.17%
G=31.01%
B=35.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381291490.070.1300.422678.6254.51
Hex8A81957D02A10b937
Octal2122012257150524131167
Binary100010101000000110010101111110101010101000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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