Html Css Color HEX #8C9291 Oslo Grey

📋 copy color: '#8C9291'

red 140 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #8C9291

Tints of Oslo Grey #8C9291

RGB

 RED value IS 140 (55.08% from 255) = 32.48%

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

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

R = 32.48%
G = 33.87%
B = 33.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#8C9291 (or 0x8C9291) is known color: Oslo Grey. HEX triplet: 8C, 92 and 91. RGB value is (140,146,145). Sum of RGB (Red+Green+Blue) = 140+146+145=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9291 is #736D6E. Grayscale: #909090. Windows color (decimal): -7564655 or 9540236. OLE color: 9540236.

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

Color convert

RGB 140 146 145 -
CMYK 0.04 0 0.01 0.43
HSL 170º 0.03% 0.56% -
HSV(B) 170º 0.04% 0.57% -
XYZ 26.2 28.18 30.85 -
YUV 144.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 140 146 145 0.04 0 0.01 0.43 170 0.03 0.56
Hex 8C 92 91 4 0 1 2B AA 3 38
Octal 214 222 221 4 0 1 53 252 3 70
Binary 10001100 10010010 10010001 100 0 1 101011 10101010 11 111000

Color Harmonies of #8C9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9291

Black with #8C9291

Text Example


Text Example

White with #8C9291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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