Html Css Color HEX #808A89 Oslo Grey

📋 copy color: '#808A89'

red 128 ◦ green 138 ◦ blue 137

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

Shades of Oslo Grey #808A89

Tints of Oslo Grey #808A89

RGB

 RED value IS 128 (50.39% from 255) = 31.76%

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 137 (53.91% from 255) = 34%

R = 31.76%
G = 34.24%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#808A89 (or 0x808A89) is known color: Oslo Grey. HEX triplet: 80, 8A and 89. RGB value is (128,138,137). Sum of RGB (Red+Green+Blue) = 128+138+137=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 138 - color contains mainly: green. Hex color #808A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A89 is #7F7576. Grayscale: #868686. Windows color (decimal): -8353143 or 9013888. OLE color: 9013888.

HSL color Cylindrical-coordinate representation of color #808A89: hue angle of 174º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808A89 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 137 -
CMYK 0.07 0 0.01 0.46
HSL 174º 0.04% 0.52% -
HSV(B) 174º 0.07% 0.54% -
XYZ 22.51 24.57 27.22 -
YUV 134.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 128 138 137 0.07 0 0.01 0.46 174 0.04 0.52
Hex 80 8A 89 7 0 1 2E AE 4 34
Octal 200 212 211 7 0 1 56 256 4 64
Binary 10000000 10001010 10001001 111 0 1 101110 10101110 100 110100

Color Harmonies of #808A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A89

Black with #808A89

Text Example


Text Example

White with #808A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A89; }

 p { color: rgb(128,138,137); }

 H1.HeaderClassName
 {
   color: #808A89;
 }
 .AnyTagClassName
 {
   color: #808A89;
 }
</style>

background-color css

<style>
 a { background-color: #808A89; }

 a { background-color: rgb(128,138,137); }

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

border-color css

<style>
 span { border-color: #808A89; }

 span { border-color: rgb(128,138,137); }

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