Html Css Color HEX #848BA4 Manatee

📋 copy color: '#848BA4'

red 132 ◦ green 139 ◦ blue 164

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

Shades of Manatee #848BA4

Tints of Manatee #848BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 30.34%
G = 31.95%
B = 37.7%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#848BA4 (or 0x848BA4) is known color: Manatee. HEX triplet: 84, 8B and A4. RGB value is (132,139,164). Sum of RGB (Red+Green+Blue) = 132+139+164=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #848BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA4 is #7B745B. Grayscale: #8B8B8B. Windows color (decimal): -8090716 or 10783620. OLE color: 10783620.

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

Color convert

RGB 132 139 164 -
CMYK 0.20 0.15 0 0.36
HSL 226.88º 0.15% 0.58% -
HSV(B) 226.88º 0.2% 0.64% -
XYZ 25.45 26.05 38.81 -
YUV 139.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 132 139 164 0.20 0.15 0 0.36 226.88 0.15 0.58
Hex 84 8B A4 14 F 0 24 E3 F 3A
Octal 204 213 244 24 17 0 44 343 17 72
Binary 10000100 10001011 10100100 10100 1111 0 100100 11100011 1111 111010

Color Harmonies of #848BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BA4

Black with #848BA4

Text Example


Text Example

White with #848BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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