Html Css Color HEX #898D8D Oslo Grey

📋 copy color: '#898D8D'

red 137 ◦ green 141 ◦ blue 141

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

Shades of Oslo Grey #898D8D

Tints of Oslo Grey #898D8D

RGB

 RED value IS 137 (53.91% from 255) = 32.7%

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 32.7%
G = 33.65%
B = 33.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#898D8D (or 0x898D8D) is known color: Oslo Grey. HEX triplet: 89, 8D and 8D. RGB value is (137,141,141). Sum of RGB (Red+Green+Blue) = 137+141+141=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #898D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D8D is #767272. Grayscale: #8B8B8B. Windows color (decimal): -7762547 or 9276809. OLE color: 9276809.

HSL color Cylindrical-coordinate representation of color #898D8D: hue angle of 180º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898D8D is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 141 141 -
CMYK 0.03 0 0 0.45
HSL 180º 0.02% 0.55% -
HSV(B) 180º 0.03% 0.55% -
XYZ 24.65 26.29 28.97 -
YUV 139.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 137 141 141 0.03 0 0 0.45 180 0.02 0.55
Hex 89 8D 8D 3 0 0 2D B4 2 37
Octal 211 215 215 3 0 0 55 264 2 67
Binary 10001001 10001101 10001101 11 0 0 101101 10110100 10 110111

Color Harmonies of #898D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D8D

Black with #898D8D

Text Example


Text Example

White with #898D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898D8D; }

 p { color: rgb(137,141,141); }

 H1.HeaderClassName
 {
   color: #898D8D;
 }
 .AnyTagClassName
 {
   color: #898D8D;
 }
</style>

background-color css

<style>
 a { background-color: #898D8D; }

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

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

border-color css

<style>
 span { border-color: #898D8D; }

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

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