Html Css Color HEX #83918F Oslo Grey

📋 copy color: '#83918F'

red 131 ◦ green 145 ◦ blue 143

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

Shades of Oslo Grey #83918F

Tints of Oslo Grey #83918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 31.26%
G = 34.61%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#83918F (or 0x83918F) is known color: Oslo Grey. HEX triplet: 83, 91 and 8F. RGB value is (131,145,143). Sum of RGB (Red+Green+Blue) = 131+145+143=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #83918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918F is #7C6E70. Grayscale: #8C8C8C. Windows color (decimal): -8154737 or 9408899. OLE color: 9408899.

HSL color Cylindrical-coordinate representation of color #83918F: hue angle of 171.43º 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 #83918F is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 143 -
CMYK 0.10 0 0.01 0.43
HSL 171.43º 0.06% 0.54% -
HSV(B) 171.43º 0.1% 0.57% -
XYZ 24.44 27.06 29.92 -
YUV 140.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 131 145 143 0.10 0 0.01 0.43 171.43 0.06 0.54
Hex 83 91 8F A 0 1 2B AB 6 36
Octal 203 221 217 12 0 1 53 253 6 66
Binary 10000011 10010001 10001111 1010 0 1 101011 10101011 110 110110

Color Harmonies of #83918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83918F

Black with #83918F

Text Example


Text Example

White with #83918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83918F; }

 p { color: rgb(131,145,143); }

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

background-color css

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

 a { background-color: rgb(131,145,143); }

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

border-color css

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

 span { border-color: rgb(131,145,143); }

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