#82908F

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

Shades of Oslo Grey #82908F

Tints of Oslo Grey #82908F

Color information

#82908F (or 0x82908F) is unknown color: approx Oslo Grey. HEX triplet: 82, 90 and 8F. RGB value is (130,144,143). Sum of RGB (Red+Green+Blue) = 130+144+143=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #82908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908F is #7D6F70. Grayscale: #8B8B8B. Windows color (decimal): -8220529 or 9408642. OLE color: 9408642.

HSL color Cylindrical-coordinate representation of color #82908F: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82908F is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB130144143-
CMYK0.1000.010.44
HSL175.71º5.93%53.73%-
HSV(B)175.71º9.72%56.47%-
XYZ24.1426.6829.86-
YUV139.7129.86121.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=31.18%
G=34.53%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441430.1000.010.44175.715.9353.73
Hex82908FA012Cb0636
Octal202220217120154260666
Binary10000010100100001000111110100110110010110000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82908F; }

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

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

<style>
 a { background-color: #82908F; }

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

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

<style>
 span { border-color: #82908F; }

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

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