#828C8F

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

Shades of Regent Grey #828C8F

Tints of Regent Grey #828C8F

Color information

#828C8F (or 0x828C8F) is unknown color: approx Regent Grey. HEX triplet: 82, 8C and 8F. RGB value is (130,140,143). Sum of RGB (Red+Green+Blue) = 130+140+143=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 143 - color contains mainly: blue. Hex color #828C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C8F is #7D7370. Grayscale: #898989. Windows color (decimal): -8221553 or 9407618. OLE color: 9407618.

HSL color Cylindrical-coordinate representation of color #828C8F: hue angle of 193.85º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828C8F is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130140143-
CMYK0.090.0200.44
HSL193.85º5.49%53.53%-
HSV(B)193.85º9.09%56.08%-
XYZ23.5425.4929.66-
YUV137.35131.19122.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=31.48%
G=33.90%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301401430.090.0200.44193.855.4953.53
Hex828C8F9202Cc2536
Octal202214217112054302566
Binary100000101000110010001111100110010110011000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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