Html Css Color HEX #848BA1 Manatee

📋 copy color: '#848BA1'

red 132 ◦ green 139 ◦ blue 161

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

Shades of Manatee #848BA1

Tints of Manatee #848BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 30.56%
G = 32.18%
B = 37.27%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#848BA1 (or 0x848BA1) is known color: Manatee. HEX triplet: 84, 8B and A1. RGB value is (132,139,161). Sum of RGB (Red+Green+Blue) = 132+139+161=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #848BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA1 is #7B745E. Grayscale: #8B8B8B. Windows color (decimal): -8090719 or 10587012. OLE color: 10587012.

HSL color Cylindrical-coordinate representation of color #848BA1: hue angle of 225.52º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848BA1 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 139 161 -
CMYK 0.18 0.14 0 0.37
HSL 225.52º 0.13% 0.57% -
HSV(B) 225.52º 0.18% 0.63% -
XYZ 25.18 25.94 37.4 -
YUV 139.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 132 139 161 0.18 0.14 0 0.37 225.52 0.13 0.57
Hex 84 8B A1 12 E 0 25 E2 D 39
Octal 204 213 241 22 16 0 45 342 15 71
Binary 10000100 10001011 10100001 10010 1110 0 100101 11100010 1101 111001

Color Harmonies of #848BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BA1

Black with #848BA1

Text Example


Text Example

White with #848BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,139,161); }

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

background-color css

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

 a { background-color: rgb(132,139,161); }

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

border-color css

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

 span { border-color: rgb(132,139,161); }

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