#828E92

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

Shades of Regent Grey #828E92

Tints of Regent Grey #828E92

Color information

#828E92 (or 0x828E92) is unknown color: approx Regent Grey. HEX triplet: 82, 8E and 92. RGB value is (130,142,146). Sum of RGB (Red+Green+Blue) = 130+142+146=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #828E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E92 is #7D716D. Grayscale: #8A8A8A. Windows color (decimal): -8221038 or 9604738. OLE color: 9604738.

HSL color Cylindrical-coordinate representation of color #828E92: hue angle of 195º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828E92 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130142146-
CMYK0.110.0300.43
HSL195º6.84%54.12%-
HSV(B)195º10.96%57.25%-
XYZ24.0726.1730.98-
YUV138.87132.02121.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=31.10%
G=33.97%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301421460.110.0300.431956.8454.12
Hex828E92B302Bc3736
Octal202216222133053303766
Binary100000101000111010010010101111010101111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,146); }

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

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

 a { background-color: rgb(130,142,146); }

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

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

 span { border-color: rgb(130,142,146); }

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