#828A8B

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

Shades of Regent Grey #828A8B

Tints of Regent Grey #828A8B

Color information

#828A8B (or 0x828A8B) is unknown color: approx Regent Grey. HEX triplet: 82, 8A and 8B. RGB value is (130,138,139). Sum of RGB (Red+Green+Blue) = 130+138+139=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #828A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A8B is #7D7574. Grayscale: #878787. Windows color (decimal): -8222069 or 9144962. OLE color: 9144962.

HSL color Cylindrical-coordinate representation of color #828A8B: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A8B is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130138139-
CMYK0.060.0100.45
HSL186.67º3.73%52.75%-
HSV(B)186.67º6.47%54.51%-
XYZ22.9524.7928-
YUV135.72129.85123.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=31.94%
G=33.91%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301381390.060.0100.45186.673.7352.75
Hex828A8B6102Dbb435
Octal20221221361055273465
Binary1000001010001010100010111101010110110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A8B; }

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

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

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

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

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

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

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

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