Html Css Color HEX #809390 Oslo Grey

📋 copy color: '#809390'

red 128 ◦ green 147 ◦ blue 144

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

Shades of Oslo Grey #809390

Tints of Oslo Grey #809390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

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

R = 30.55%
G = 35.08%
B = 34.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#809390 (or 0x809390) is known color: Oslo Grey. HEX triplet: 80, 93 and 90. RGB value is (128,147,144). Sum of RGB (Red+Green+Blue) = 128+147+144=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #809390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809390 is #7F6C6F. Grayscale: #8C8C8C. Windows color (decimal): -8350832 or 9474944. OLE color: 9474944.

HSL color Cylindrical-coordinate representation of color #809390: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809390 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 144 -
CMYK 0.13 0 0.02 0.42
HSL 170.53º 0.08% 0.54% -
HSV(B) 170.53º 0.13% 0.58% -
XYZ 24.37 27.47 30.4 -
YUV 140.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 128 147 144 0.13 0 0.02 0.42 170.53 0.08 0.54
Hex 80 93 90 D 0 2 2A AB 8 36
Octal 200 223 220 15 0 2 52 253 10 66
Binary 10000000 10010011 10010000 1101 0 10 101010 10101011 1000 110110

Color Harmonies of #809390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809390

Black with #809390

Text Example


Text Example

White with #809390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809390; }

 p { color: rgb(128,147,144); }

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

background-color css

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

 a { background-color: rgb(128,147,144); }

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

border-color css

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

 span { border-color: rgb(128,147,144); }

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