#828A8A

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

Shades of Oslo Grey #828A8A

Tints of Oslo Grey #828A8A

Color information

#828A8A (or 0x828A8A) is unknown color: approx Oslo Grey. HEX triplet: 82, 8A and 8A. RGB value is (130,138,138). Sum of RGB (Red+Green+Blue) = 130+138+138=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #828A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A8A is #7D7575. Grayscale: #878787. Windows color (decimal): -8222070 or 9079426. OLE color: 9079426.

HSL color Cylindrical-coordinate representation of color #828A8A: hue angle of 180º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A8A is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130138138-
CMYK0.06000.46
HSL180º3.31%52.55%-
HSV(B)180º5.8%54.12%-
XYZ22.8824.7627.62-
YUV135.61129.35124-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=32.02%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381380.06000.461803.3152.55
Hex828A8A6002Eb4335
Octal20221221260056264365
Binary100000101000101010001010110001011101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,138); }

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

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

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

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

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

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

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