Html Css Color HEX #8D9291 Oslo Grey

📋 copy color: '#8D9291'

red 141 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #8D9291

Tints of Oslo Grey #8D9291

RGB

 RED value IS 141 (55.47% from 255) = 32.64%

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 32.64%
G = 33.8%
B = 33.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#8D9291 (or 0x8D9291) is known color: Oslo Grey. HEX triplet: 8D, 92 and 91. RGB value is (141,146,145). Sum of RGB (Red+Green+Blue) = 141+146+145=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9291 is #726D6E. Grayscale: #909090. Windows color (decimal): -7499119 or 9540237. OLE color: 9540237.

HSL color Cylindrical-coordinate representation of color #8D9291: hue angle of 168º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8D9291 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 146 145 -
CMYK 0.03 0 0.01 0.43
HSL 168º 0.02% 0.56% -
HSV(B) 168º 0.03% 0.57% -
XYZ 26.37 28.26 30.85 -
YUV 144.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 141 146 145 0.03 0 0.01 0.43 168 0.02 0.56
Hex 8D 92 91 3 0 1 2B A8 2 38
Octal 215 222 221 3 0 1 53 250 2 70
Binary 10001101 10010010 10010001 11 0 1 101011 10101000 10 111000

Color Harmonies of #8D9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9291

Black with #8D9291

Text Example


Text Example

White with #8D9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9291; }

 p { color: rgb(141,146,145); }

 H1.HeaderClassName
 {
   color: #8D9291;
 }
 .AnyTagClassName
 {
   color: #8D9291;
 }
</style>

background-color css

<style>
 a { background-color: #8D9291; }

 a { background-color: rgb(141,146,145); }

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

border-color css

<style>
 span { border-color: #8D9291; }

 span { border-color: rgb(141,146,145); }

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