Html Css Color HEX #828A89 Oslo Grey

📋 copy color: '#828A89'

red 130 ◦ green 138 ◦ blue 137

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

Shades of Oslo Grey #828A89

Tints of Oslo Grey #828A89

RGB

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

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

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

R = 32.1%
G = 34.07%
B = 33.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#828A89 (or 0x828A89) is known color: Oslo Grey. HEX triplet: 82, 8A and 89. RGB value is (130,138,137). Sum of RGB (Red+Green+Blue) = 130+138+137=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 138 - color contains mainly: green. Hex color #828A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A89 is #7D7576. Grayscale: #878787. Windows color (decimal): -8222071 or 9013890. OLE color: 9013890.

HSL color Cylindrical-coordinate representation of color #828A89: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A89 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 137 -
CMYK 0.06 0 0.01 0.46
HSL 172.5º 0.03% 0.53% -
HSV(B) 172.5º 0.06% 0.54% -
XYZ 22.81 24.73 27.24 -
YUV 135.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 130 138 137 0.06 0 0.01 0.46 172.5 0.03 0.53
Hex 82 8A 89 6 0 1 2E AC 3 35
Octal 202 212 211 6 0 1 56 254 3 65
Binary 10000010 10001010 10001001 110 0 1 101110 10101100 11 110101

Color Harmonies of #828A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A89

Black with #828A89

Text Example


Text Example

White with #828A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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