Html Css Color HEX #82908F Oslo Grey

📋 copy color: '#82908F'

red 130 ◦ green 144 ◦ blue 143

#82908F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #82908F

Tints of Oslo Grey #82908F

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 value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#82908F (or 0x82908F) is known color: 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

RGB 130 144 143 -
CMYK 0.10 0 0.01 0.44
HSL 175.71º 0.06% 0.54% -
HSV(B) 175.71º 0.1% 0.56% -
XYZ 24.14 26.68 29.86 -
YUV 139.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 130 144 143 0.10 0 0.01 0.44 175.71 0.06 0.54
Hex 82 90 8F A 0 1 2C B0 6 36
Octal 202 220 217 12 0 1 54 260 6 66
Binary 10000010 10010000 10001111 1010 0 1 101100 10110000 110 110110

Color Harmonies of #82908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82908F

Black with #82908F

Text Example


Text Example

White with #82908F

Text Example


Text Example

HTML Codes & Css Web 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>