Html Css Color HEX #848A9D Manatee

📋 copy color: '#848A9D'

red 132 ◦ green 138 ◦ blue 157

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

Shades of Manatee #848A9D

Tints of Manatee #848A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 30.91%
G = 32.32%
B = 36.77%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#848A9D (or 0x848A9D) is known color: Manatee. HEX triplet: 84, 8A and 9D. RGB value is (132,138,157). Sum of RGB (Red+Green+Blue) = 132+138+157=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #848A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A9D is #7B7562. Grayscale: #8A8A8A. Windows color (decimal): -8090979 or 10324612. OLE color: 10324612.

HSL color Cylindrical-coordinate representation of color #848A9D: hue angle of 225.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848A9D is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 138 157 -
CMYK 0.16 0.12 0 0.38
HSL 225.6º 0.11% 0.57% -
HSV(B) 225.6º 0.16% 0.62% -
XYZ 24.69 25.52 35.52 -
YUV 138.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 132 138 157 0.16 0.12 0 0.38 225.6 0.11 0.57
Hex 84 8A 9D 10 C 0 26 E2 B 39
Octal 204 212 235 20 14 0 46 342 13 71
Binary 10000100 10001010 10011101 10000 1100 0 100110 11100010 1011 111001

Color Harmonies of #848A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A9D

Black with #848A9D

Text Example


Text Example

White with #848A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,138,157); }

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

background-color css

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

 a { background-color: rgb(132,138,157); }

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

border-color css

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

 span { border-color: rgb(132,138,157); }

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