#848DAE

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

Shades of Ship Cove #848DAE

Tints of Ship Cove #848DAE

Color information

#848DAE (or 0x848DAE) is unknown color: approx Ship Cove. HEX triplet: 84, 8D and AE. RGB value is (132,141,174). Sum of RGB (Red+Green+Blue) = 132+141+174=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #848DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DAE is #7B7251. Grayscale: #8D8D8D. Windows color (decimal): -8090194 or 11439492. OLE color: 11439492.

HSL color Cylindrical-coordinate representation of color #848DAE: hue angle of 227.14º 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 #848DAE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132141174-
CMYK0.240.1900.32
HSL227.14º20.59%60%-
HSV(B)227.14º24.14%68.24%-
XYZ26.6827.0143.85-
YUV142.07146.02120.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=29.53%
G=31.54%
B=38.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321411740.240.1900.32227.1420.5960
Hex848DAE1813020e3153c
Octal20421525630230403432574
Binary100001001000110110101110110001001101000001110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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