Html Css Color HEX #829091 Oslo Grey

📋 copy color: '#829091'

red 130 ◦ green 144 ◦ blue 145

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

Shades of Oslo Grey #829091

Tints of Oslo Grey #829091

RGB

 RED value IS 130 (51.17% from 255) = 31.03%

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

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 31.03%
G = 34.37%
B = 34.61%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#829091 (or 0x829091) is known color: Oslo Grey. HEX triplet: 82, 90 and 91. RGB value is (130,144,145). Sum of RGB (Red+Green+Blue) = 130+144+145=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #829091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829091 is #7D6F6E. Grayscale: #8B8B8B. Windows color (decimal): -8220527 or 9539714. OLE color: 9539714.

HSL color Cylindrical-coordinate representation of color #829091: hue angle of 184º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829091 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 144 145 -
CMYK 0.10 0.01 0 0.43
HSL 184º 0.06% 0.54% -
HSV(B) 184º 0.1% 0.57% -
XYZ 24.29 26.74 30.67 -
YUV 139.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 130 144 145 0.10 0.01 0 0.43 184 0.06 0.54
Hex 82 90 91 A 1 0 2B B8 6 36
Octal 202 220 221 12 1 0 53 270 6 66
Binary 10000010 10010000 10010001 1010 1 0 101011 10111000 110 110110

Color Harmonies of #829091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829091

Black with #829091

Text Example


Text Example

White with #829091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829091; }

 p { color: rgb(130,144,145); }

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

background-color css

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

 a { background-color: rgb(130,144,145); }

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

border-color css

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

 span { border-color: rgb(130,144,145); }

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