Html Css Color HEX #83908E Oslo Grey

📋 copy color: '#83908E'

red 131 ◦ green 144 ◦ blue 142

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

Shades of Oslo Grey #83908E

Tints of Oslo Grey #83908E

RGB

 RED value IS 131 (51.56% from 255) = 31.41%

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 31.41%
G = 34.53%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#83908E (or 0x83908E) is known color: Oslo Grey. HEX triplet: 83, 90 and 8E. RGB value is (131,144,142). Sum of RGB (Red+Green+Blue) = 131+144+142=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #83908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83908E is #7C6F71. Grayscale: #8B8B8B. Windows color (decimal): -8154994 or 9343107. OLE color: 9343107.

HSL color Cylindrical-coordinate representation of color #83908E: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #83908E is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 142 -
CMYK 0.09 0 0.01 0.44
HSL 170.77º 0.06% 0.54% -
HSV(B) 170.77º 0.09% 0.56% -
XYZ 24.22 26.72 29.47 -
YUV 139.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 131 144 142 0.09 0 0.01 0.44 170.77 0.06 0.54
Hex 83 90 8E 9 0 1 2C AB 6 36
Octal 203 220 216 11 0 1 54 253 6 66
Binary 10000011 10010000 10001110 1001 0 1 101100 10101011 110 110110

Color Harmonies of #83908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83908E

Black with #83908E

Text Example


Text Example

White with #83908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83908E; }

 p { color: rgb(131,144,142); }

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

background-color css

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

 a { background-color: rgb(131,144,142); }

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

border-color css

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

 span { border-color: rgb(131,144,142); }

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