#828F93

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

Shades of Regent Grey #828F93

Tints of Regent Grey #828F93

Color information

#828F93 (or 0x828F93) is unknown color: approx Regent Grey. HEX triplet: 82, 8F and 93. RGB value is (130,143,147). Sum of RGB (Red+Green+Blue) = 130+143+147=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #828F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F93 is #7D706C. Grayscale: #8B8B8B. Windows color (decimal): -8220781 or 9670530. OLE color: 9670530.

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

Color convert

RGB130143147-
CMYK0.120.0300.42
HSL194.12º7.3%54.31%-
HSV(B)194.12º11.56%57.65%-
XYZ24.2926.531.44-
YUV139.57132.19121.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 147 (57.81% from 255) = 35%
R=30.95%
G=34.05%
B=35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301431470.120.0300.42194.127.354.31
Hex828F93C302Ac2736
Octal202217223143052302766
Binary100000101000111110010011110011010101011000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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