Html Css Color HEX #818A89 Oslo Grey

📋 copy color: '#818A89'

red 129 ◦ green 138 ◦ blue 137

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

Shades of Oslo Grey #818A89

Tints of Oslo Grey #818A89

RGB

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

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

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

R = 31.93%
G = 34.16%
B = 33.91%

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

#818A89 (or 0x818A89) is known color: Oslo Grey. HEX triplet: 81, 8A and 89. RGB value is (129,138,137). Sum of RGB (Red+Green+Blue) = 129+138+137=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #818A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A89 is #7E7576. Grayscale: #878787. Windows color (decimal): -8287607 or 9013889. OLE color: 9013889.

HSL color Cylindrical-coordinate representation of color #818A89: hue angle of 173.33º 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 #818A89 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 138 137 -
CMYK 0.07 0 0.01 0.46
HSL 173.33º 0.04% 0.52% -
HSV(B) 173.33º 0.07% 0.54% -
XYZ 22.66 24.65 27.23 -
YUV 135.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 129 138 137 0.07 0 0.01 0.46 173.33 0.04 0.52
Hex 81 8A 89 7 0 1 2E AD 4 34
Octal 201 212 211 7 0 1 56 255 4 64
Binary 10000001 10001010 10001001 111 0 1 101110 10101101 100 110100

Color Harmonies of #818A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A89

Black with #818A89

Text Example


Text Example

White with #818A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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