Html Css Color HEX #848BA2 Manatee

📋 copy color: '#848BA2'

red 132 ◦ green 139 ◦ blue 162

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

Shades of Manatee #848BA2

Tints of Manatee #848BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 30.48%
G = 32.1%
B = 37.41%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#848BA2 (or 0x848BA2) is known color: Manatee. HEX triplet: 84, 8B and A2. RGB value is (132,139,162). Sum of RGB (Red+Green+Blue) = 132+139+162=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #848BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA2 is #7B745D. Grayscale: #8B8B8B. Windows color (decimal): -8090718 or 10652548. OLE color: 10652548.

HSL color Cylindrical-coordinate representation of color #848BA2: hue angle of 226º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848BA2 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 139 162 -
CMYK 0.19 0.14 0 0.36
HSL 226º 0.14% 0.58% -
HSV(B) 226º 0.19% 0.64% -
XYZ 25.27 25.98 37.87 -
YUV 139.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 132 139 162 0.19 0.14 0 0.36 226 0.14 0.58
Hex 84 8B A2 13 E 0 24 E2 E 3A
Octal 204 213 242 23 16 0 44 342 16 72
Binary 10000100 10001011 10100010 10011 1110 0 100100 11100010 1110 111010

Color Harmonies of #848BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BA2

Black with #848BA2

Text Example


Text Example

White with #848BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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