#82918F

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

Shades of Oslo Grey #82918F

Tints of Oslo Grey #82918F

Color information

#82918F (or 0x82918F) is unknown color: approx Oslo Grey. HEX triplet: 82, 91 and 8F. RGB value is (130,145,143). Sum of RGB (Red+Green+Blue) = 130+145+143=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #82918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82918F is #7D6E70. Grayscale: #8C8C8C. Windows color (decimal): -8220273 or 9408898. OLE color: 9408898.

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

Color convert

RGB130145143-
CMYK0.1000.010.43
HSL172º6.38%53.92%-
HSV(B)172º10.34%56.86%-
XYZ24.2926.9829.91-
YUV140.29129.53120.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=31.10%
G=34.69%
B=34.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451430.1000.010.431726.3853.92
Hex82918FA012Bac636
Octal202221217120153254666
Binary10000010100100011000111110100110101110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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