Html Css Color HEX #848A9E Manatee

📋 copy color: '#848A9E'

red 132 ◦ green 138 ◦ blue 158

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

Shades of Manatee #848A9E

Tints of Manatee #848A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 30.84%
G = 32.24%
B = 36.92%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#848A9E (or 0x848A9E) is known color: Manatee. HEX triplet: 84, 8A and 9E. RGB value is (132,138,158). Sum of RGB (Red+Green+Blue) = 132+138+158=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #848A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A9E is #7B7561. Grayscale: #8A8A8A. Windows color (decimal): -8090978 or 10390148. OLE color: 10390148.

HSL color Cylindrical-coordinate representation of color #848A9E: hue angle of 226.15º degrees, saturation: 0.12, 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 #848A9E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 138 158 -
CMYK 0.16 0.13 0 0.38
HSL 226.15º 0.12% 0.57% -
HSV(B) 226.15º 0.16% 0.62% -
XYZ 24.78 25.55 35.97 -
YUV 138.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 132 138 158 0.16 0.13 0 0.38 226.15 0.12 0.57
Hex 84 8A 9E 10 D 0 26 E2 C 39
Octal 204 212 236 20 15 0 46 342 14 71
Binary 10000100 10001010 10011110 10000 1101 0 100110 11100010 1100 111001

Color Harmonies of #848A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A9E

Black with #848A9E

Text Example


Text Example

White with #848A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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