#848EAC

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

Shades of Ship Cove #848EAC

Tints of Ship Cove #848EAC

Color information

#848EAC (or 0x848EAC) is unknown color: approx Ship Cove. HEX triplet: 84, 8E and AC. RGB value is (132,142,172). Sum of RGB (Red+Green+Blue) = 132+142+172=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #848EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EAC is #7B7153. Grayscale: #8E8E8E. Windows color (decimal): -8089940 or 11308676. OLE color: 11308676.

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

Color convert

RGB132142172-
CMYK0.230.1700.33
HSL225º19.42%59.61%-
HSV(B)225º23.26%67.45%-
XYZ26.6427.2342.88-
YUV142.43144.69120.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=29.60%
G=31.84%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321421720.230.1700.3322519.4259.61
Hex848EAC1711021e1133c
Octal20421625427210413412374
Binary100001001000111010101100101111000101000011110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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