Html Css Color HEX #8A9190 Oslo Grey

📋 copy color: '#8A9190'

red 138 ◦ green 145 ◦ blue 144

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

Shades of Oslo Grey #8A9190

Tints of Oslo Grey #8A9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 32.32%
G = 33.96%
B = 33.72%

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

#8A9190 (or 0x8A9190) is known color: Oslo Grey. HEX triplet: 8A, 91 and 90. RGB value is (138,145,144). Sum of RGB (Red+Green+Blue) = 138+145+144=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9190 is #756E6F. Grayscale: #8E8E8E. Windows color (decimal): -7695984 or 9474442. OLE color: 9474442.

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

Color convert

RGB 138 145 144 -
CMYK 0.05 0 0.01 0.43
HSL 171.43º 0.03% 0.55% -
HSV(B) 171.43º 0.05% 0.57% -
XYZ 25.64 27.67 30.37 -
YUV 142.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 138 145 144 0.05 0 0.01 0.43 171.43 0.03 0.55
Hex 8A 91 90 5 0 1 2B AB 3 37
Octal 212 221 220 5 0 1 53 253 3 67
Binary 10001010 10010001 10010000 101 0 1 101011 10101011 11 110111

Color Harmonies of #8A9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9190

Black with #8A9190

Text Example


Text Example

White with #8A9190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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