#838087

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

Shades of Topaz #838087

Tints of Topaz #838087

Color information

#838087 (or 0x838087) is unknown color: approx Topaz. HEX triplet: 83, 80 and 87. RGB value is (131,128,135). Sum of RGB (Red+Green+Blue) = 131+128+135=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 135 - color contains mainly: blue. Hex color #838087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838087 is #7C7F78. Grayscale: #818181. Windows color (decimal): -8159097 or 8880259. OLE color: 8880259.

HSL color Cylindrical-coordinate representation of color #838087: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838087 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131128135-
CMYK0.030.0500.47
HSL265.71º2.83%51.57%-
HSV(B)265.71º5.19%52.94%-
XYZ21.4522.0126.04-
YUV129.7130.99128.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=33.25%
G=32.49%
B=34.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311281350.030.0500.47265.712.8351.57
Hex8380873502F10a334
Octal20320020735057412364
Binary10000011100000001000011111101010111110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838087; }

 p { color: rgb(131,128,135); }

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

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

 a { background-color: rgb(131,128,135); }

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

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

 span { border-color: rgb(131,128,135); }

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