#848EAE

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

Shades of Ship Cove #848EAE

Tints of Ship Cove #848EAE

Color information

#848EAE (or 0x848EAE) is unknown color: approx Ship Cove. HEX triplet: 84, 8E and AE. RGB value is (132,142,174). Sum of RGB (Red+Green+Blue) = 132+142+174=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #848EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EAE is #7B7151. Grayscale: #8E8E8E. Windows color (decimal): -8089938 or 11439748. OLE color: 11439748.

HSL color Cylindrical-coordinate representation of color #848EAE: hue angle of 225.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848EAE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132142174-
CMYK0.240.1800.32
HSL225.71º20.59%60%-
HSV(B)225.71º24.14%68.24%-
XYZ26.8327.3143.9-
YUV142.66145.69120.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=29.46%
G=31.70%
B=38.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321421740.240.1800.32225.7120.5960
Hex848EAE1812020e2153c
Octal20421625630220403422574
Binary100001001000111010101110110001001001000001110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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