Html Css Color HEX #848BAB Manatee

📋 copy color: '#848BAB'

red 132 ◦ green 139 ◦ blue 171

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

Shades of Manatee #848BAB

Tints of Manatee #848BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 29.86%
G = 31.45%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848BAB (or 0x848BAB) is known color: Manatee. HEX triplet: 84, 8B and AB. RGB value is (132,139,171). Sum of RGB (Red+Green+Blue) = 132+139+171=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #848BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAB is #7B7454. Grayscale: #8C8C8C. Windows color (decimal): -8090709 or 11242372. OLE color: 11242372.

HSL color Cylindrical-coordinate representation of color #848BAB: hue angle of 229.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848BAB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 139 171 -
CMYK 0.23 0.19 0 0.33
HSL 229.23º 0.19% 0.59% -
HSV(B) 229.23º 0.23% 0.67% -
XYZ 26.1 26.31 42.23 -
YUV 140.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 132 139 171 0.23 0.19 0 0.33 229.23 0.19 0.59
Hex 84 8B AB 17 13 0 21 E5 13 3B
Octal 204 213 253 27 23 0 41 345 23 73
Binary 10000100 10001011 10101011 10111 10011 0 100001 11100101 10011 111011

Color Harmonies of #848BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BAB

Black with #848BAB

Text Example


Text Example

White with #848BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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