Html Css Color HEX #818B89 Oslo Grey

📋 copy color: '#818B89'

red 129 ◦ green 139 ◦ blue 137

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

Shades of Oslo Grey #818B89

Tints of Oslo Grey #818B89

RGB

 RED value IS 129 (50.78% from 255) = 31.85%

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 31.85%
G = 34.32%
B = 33.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#818B89 (or 0x818B89) is known color: Oslo Grey. HEX triplet: 81, 8B and 89. RGB value is (129,139,137). Sum of RGB (Red+Green+Blue) = 129+139+137=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #818B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B89 is #7E7476. Grayscale: #878787. Windows color (decimal): -8287351 or 9014145. OLE color: 9014145.

HSL color Cylindrical-coordinate representation of color #818B89: hue angle of 168º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818B89 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 139 137 -
CMYK 0.07 0 0.01 0.45
HSL 168º 0.04% 0.53% -
HSV(B) 168º 0.07% 0.55% -
XYZ 22.8 24.94 27.28 -
YUV 135.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 129 139 137 0.07 0 0.01 0.45 168 0.04 0.53
Hex 81 8B 89 7 0 1 2D A8 4 35
Octal 201 213 211 7 0 1 55 250 4 65
Binary 10000001 10001011 10001001 111 0 1 101101 10101000 100 110101

Color Harmonies of #818B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B89

Black with #818B89

Text Example


Text Example

White with #818B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818B89; }

 p { color: rgb(129,139,137); }

 H1.HeaderClassName
 {
   color: #818B89;
 }
 .AnyTagClassName
 {
   color: #818B89;
 }
</style>

background-color css

<style>
 a { background-color: #818B89; }

 a { background-color: rgb(129,139,137); }

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

border-color css

<style>
 span { border-color: #818B89; }

 span { border-color: rgb(129,139,137); }

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