#848EAA

Color #848EAA Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #848EAA

Tints of Ship Cove #848EAA

Color information

#848EAA (or 0x848EAA) is unknown color: approx Ship Cove. HEX triplet: 84, 8E and AA. RGB value is (132,142,170). Sum of RGB (Red+Green+Blue) = 132+142+170=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #848EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EAA is #7B7155. Grayscale: #8E8E8E. Windows color (decimal): -8089942 or 11177604. OLE color: 11177604.

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

Color convert

RGB132142170-
CMYK0.220.1600.33
HSL224.21º18.27%59.22%-
HSV(B)224.21º22.35%66.67%-
XYZ26.4427.1541.88-
YUV142.2143.69120.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=29.73%
G=31.98%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321421700.220.1600.33224.2118.2759.22
Hex848EAA1610021e0123b
Octal20421625226200413402273
Binary100001001000111010101010101101000001000011110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,170); }

 H1.HeaderClassName
 {
   color: #848EAA;
 }
 .AnyTagClassName
 {
   color: #848EAA;
 }
</style>
background-color css

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

 a { background-color: rgb(132,142,170); }

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

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

 span { border-color: rgb(132,142,170); }

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