Html Css Color HEX #818F8C Oslo Grey

📋 copy color: '#818F8C'

red 129 ◦ green 143 ◦ blue 140

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

Shades of Oslo Grey #818F8C

Tints of Oslo Grey #818F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 31.31%
G = 34.71%
B = 33.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#818F8C (or 0x818F8C) is known color: Oslo Grey. HEX triplet: 81, 8F and 8C. RGB value is (129,143,140). Sum of RGB (Red+Green+Blue) = 129+143+140=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 143 - color contains mainly: green. Hex color #818F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F8C is #7E7073. Grayscale: #8A8A8A. Windows color (decimal): -8286324 or 9211777. OLE color: 9211777.

HSL color Cylindrical-coordinate representation of color #818F8C: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818F8C is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 143 140 -
CMYK 0.10 0 0.02 0.44
HSL 167.14º 0.06% 0.53% -
HSV(B) 167.14º 0.1% 0.56% -
XYZ 23.61 26.21 28.62 -
YUV 138.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 129 143 140 0.10 0 0.02 0.44 167.14 0.06 0.53
Hex 81 8F 8C A 0 2 2C A7 6 35
Octal 201 217 214 12 0 2 54 247 6 65
Binary 10000001 10001111 10001100 1010 0 10 101100 10100111 110 110101

Color Harmonies of #818F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F8C

Black with #818F8C

Text Example


Text Example

White with #818F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818F8C; }

 p { color: rgb(129,143,140); }

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

background-color css

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

 a { background-color: rgb(129,143,140); }

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

border-color css

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

 span { border-color: rgb(129,143,140); }

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