Html Css Color HEX #848F90 Oslo Grey

📋 copy color: '#848F90'

red 132 ◦ green 143 ◦ blue 144

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

Shades of Oslo Grey #848F90

Tints of Oslo Grey #848F90

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

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

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

R = 31.5%
G = 34.13%
B = 34.37%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#848F90 (or 0x848F90) is known color: Oslo Grey. HEX triplet: 84, 8F and 90. RGB value is (132,143,144). Sum of RGB (Red+Green+Blue) = 132+143+144=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: blue. Hex color #848F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F90 is #7B706F. Grayscale: #8B8B8B. Windows color (decimal): -8089712 or 9473924. OLE color: 9473924.

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

Color convert

RGB 132 143 144 -
CMYK 0.08 0.01 0 0.44
HSL 185º 0.05% 0.54% -
HSV(B) 185º 0.08% 0.56% -
XYZ 24.37 26.56 30.23 -
YUV 139.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 132 143 144 0.08 0.01 0 0.44 185 0.05 0.54
Hex 84 8F 90 8 1 0 2C B9 5 36
Octal 204 217 220 10 1 0 54 271 5 66
Binary 10000100 10001111 10010000 1000 1 0 101100 10111001 101 110110

Color Harmonies of #848F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848F90

Black with #848F90

Text Example


Text Example

White with #848F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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