#828F91

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

Shades of Regent Grey #828F91

Tints of Regent Grey #828F91

Color information

#828F91 (or 0x828F91) is unknown color: approx Regent Grey. HEX triplet: 82, 8F and 91. RGB value is (130,143,145). Sum of RGB (Red+Green+Blue) = 130+143+145=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #828F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F91 is #7D706E. Grayscale: #8B8B8B. Windows color (decimal): -8220783 or 9539458. OLE color: 9539458.

HSL color Cylindrical-coordinate representation of color #828F91: hue angle of 188º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828F91 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130143145-
CMYK0.100.0100.43
HSL188º6.38%53.92%-
HSV(B)188º10.34%56.86%-
XYZ24.1426.4430.62-
YUV139.34131.19121.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=31.10%
G=34.21%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301431450.100.0100.431886.3853.92
Hex828F91A102Bbc636
Octal202217221121053274666
Binary10000010100011111001000110101010101110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,145); }

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

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

 a { background-color: rgb(130,143,145); }

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

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

 span { border-color: rgb(130,143,145); }

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