Html Css Color HEX #82908D Oslo Grey

📋 copy color: '#82908D'

red 130 ◦ green 144 ◦ blue 141

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

Shades of Oslo Grey #82908D

Tints of Oslo Grey #82908D

RGB

 RED value IS 130 (51.17% from 255) = 31.33%

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 31.33%
G = 34.7%
B = 33.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#82908D (or 0x82908D) is known color: Oslo Grey. HEX triplet: 82, 90 and 8D. RGB value is (130,144,141). Sum of RGB (Red+Green+Blue) = 130+144+141=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 144 - color contains mainly: green. Hex color #82908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908D is #7D6F72. Grayscale: #8B8B8B. Windows color (decimal): -8220531 or 9277570. OLE color: 9277570.

HSL color Cylindrical-coordinate representation of color #82908D: hue angle of 167.14º 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 #82908D is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 141 -
CMYK 0.10 0 0.02 0.44
HSL 167.14º 0.06% 0.54% -
HSV(B) 167.14º 0.1% 0.56% -
XYZ 23.99 26.62 29.07 -
YUV 139.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 130 144 141 0.10 0 0.02 0.44 167.14 0.06 0.54
Hex 82 90 8D A 0 2 2C A7 6 36
Octal 202 220 215 12 0 2 54 247 6 66
Binary 10000010 10010000 10001101 1010 0 10 101100 10100111 110 110110

Color Harmonies of #82908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82908D

Black with #82908D

Text Example


Text Example

White with #82908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82908D;
 }
 .AnyTagClassName
 {
   color: #82908D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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