Html Css Color HEX #818F90 Oslo Grey

📋 copy color: '#818F90'

red 129 ◦ green 143 ◦ blue 144

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

Shades of Oslo Grey #818F90

Tints of Oslo Grey #818F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 31.01%
G = 34.38%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#818F90 (or 0x818F90) is known color: Oslo Grey. HEX triplet: 81, 8F and 90. RGB value is (129,143,144). Sum of RGB (Red+Green+Blue) = 129+143+144=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #818F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F90 is #7E706F. Grayscale: #8A8A8A. Windows color (decimal): -8286320 or 9473921. OLE color: 9473921.

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

Color convert

RGB 129 143 144 -
CMYK 0.10 0.01 0 0.44
HSL 184º 0.06% 0.54% -
HSV(B) 184º 0.1% 0.56% -
XYZ 23.91 26.33 30.21 -
YUV 138.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 129 143 144 0.10 0.01 0 0.44 184 0.06 0.54
Hex 81 8F 90 A 1 0 2C B8 6 36
Octal 201 217 220 12 1 0 54 270 6 66
Binary 10000001 10001111 10010000 1010 1 0 101100 10111000 110 110110

Color Harmonies of #818F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F90

Black with #818F90

Text Example


Text Example

White with #818F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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