#838687

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

Shades of Regent Grey #838687

Tints of Regent Grey #838687

Color information

#838687 (or 0x838687) is unknown color: approx Regent Grey. HEX triplet: 83, 86 and 87. RGB value is (131,134,135). Sum of RGB (Red+Green+Blue) = 131+134+135=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 135 - color contains mainly: blue. Hex color #838687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838687 is #7C7978. Grayscale: #858585. Windows color (decimal): -8157561 or 8881795. OLE color: 8881795.

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

Color convert

RGB131134135-
CMYK0.030.0100.47
HSL195º1.64%52.16%-
HSV(B)195º2.96%52.94%-
XYZ22.2623.6226.31-
YUV133.22129.01126.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=32.75%
G=33.5%
B=33.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341350.030.0100.471951.6452.16
Hex8386873102Fc3234
Octal20320620731057303264
Binary10000011100001101000011111101011111100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838687; }

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

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

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

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

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

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

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

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