Html Css Color HEX #8A9291 Oslo Grey

📋 copy color: '#8A9291'

red 138 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #8A9291

Tints of Oslo Grey #8A9291

RGB

 RED value IS 138 (54.3% from 255) = 32.17%

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

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

R = 32.17%
G = 34.03%
B = 33.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#8A9291 (or 0x8A9291) is known color: Oslo Grey. HEX triplet: 8A, 92 and 91. RGB value is (138,146,145). Sum of RGB (Red+Green+Blue) = 138+146+145=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9291 is #756D6E. Grayscale: #8F8F8F. Windows color (decimal): -7695727 or 9540234. OLE color: 9540234.

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

Color convert

RGB 138 146 145 -
CMYK 0.05 0 0.01 0.43
HSL 172.5º 0.04% 0.56% -
HSV(B) 172.5º 0.05% 0.57% -
XYZ 25.87 28.01 30.83 -
YUV 143.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 138 146 145 0.05 0 0.01 0.43 172.5 0.04 0.56
Hex 8A 92 91 5 0 1 2B AC 4 38
Octal 212 222 221 5 0 1 53 254 4 70
Binary 10001010 10010010 10010001 101 0 1 101011 10101100 100 111000

Color Harmonies of #8A9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9291

Black with #8A9291

Text Example


Text Example

White with #8A9291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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