#848FAE

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

Shades of Ship Cove #848FAE

Tints of Ship Cove #848FAE

Color information

#848FAE (or 0x848FAE) is unknown color: approx Ship Cove. HEX triplet: 84, 8F and AE. RGB value is (132,143,174). Sum of RGB (Red+Green+Blue) = 132+143+174=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #848FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAE is #7B7051. Grayscale: #8F8F8F. Windows color (decimal): -8089682 or 11440004. OLE color: 11440004.

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

Color convert

RGB132143174-
CMYK0.240.1800.32
HSL224.29º20.59%60%-
HSV(B)224.29º24.14%68.24%-
XYZ26.9827.6143.95-
YUV143.24145.36119.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=29.40%
G=31.85%
B=38.75%

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
Decimal1321431740.240.1800.32224.2920.5960
Hex848FAE1812020e0153c
Octal20421725630220403402574
Binary100001001000111110101110110001001001000001110000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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