#828F92

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

Shades of Regent Grey #828F92

Tints of Regent Grey #828F92

Color information

#828F92 (or 0x828F92) is unknown color: approx Regent Grey. HEX triplet: 82, 8F and 92. RGB value is (130,143,146). Sum of RGB (Red+Green+Blue) = 130+143+146=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #828F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F92 is #7D706D. Grayscale: #8B8B8B. Windows color (decimal): -8220782 or 9604994. OLE color: 9604994.

HSL color Cylindrical-coordinate representation of color #828F92: hue angle of 191.25º 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 #828F92 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130143146-
CMYK0.110.0200.43
HSL191.25º6.84%54.12%-
HSV(B)191.25º10.96%57.25%-
XYZ24.2226.4731.03-
YUV139.45131.69121.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=31.03%
G=34.13%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301431460.110.0200.43191.256.8454.12
Hex828F92B202Bbf736
Octal202217222132053277766
Binary100000101000111110010010101110010101110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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