Html Css Color HEX #819390 Oslo Grey

📋 copy color: '#819390'

red 129 ◦ green 147 ◦ blue 144

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

Shades of Oslo Grey #819390

Tints of Oslo Grey #819390

RGB

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

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

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

R = 30.71%
G = 35%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#819390 (or 0x819390) is known color: Oslo Grey. HEX triplet: 81, 93 and 90. RGB value is (129,147,144). Sum of RGB (Red+Green+Blue) = 129+147+144=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #819390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819390 is #7E6C6F. Grayscale: #8D8D8D. Windows color (decimal): -8285296 or 9474945. OLE color: 9474945.

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

Color convert

RGB 129 147 144 -
CMYK 0.12 0 0.02 0.42
HSL 170º 0.08% 0.54% -
HSV(B) 170º 0.12% 0.58% -
XYZ 24.52 27.55 30.41 -
YUV 141.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 129 147 144 0.12 0 0.02 0.42 170 0.08 0.54
Hex 81 93 90 C 0 2 2A AA 8 36
Octal 201 223 220 14 0 2 52 252 10 66
Binary 10000001 10010011 10010000 1100 0 10 101010 10101010 1000 110110

Color Harmonies of #819390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819390

Black with #819390

Text Example


Text Example

White with #819390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819390; }

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

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

background-color css

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

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

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

border-color css

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

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

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