#848DA6

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

Shades of Ship Cove #848DA6

Tints of Ship Cove #848DA6

Color information

#848DA6 (or 0x848DA6) is unknown color: approx Ship Cove. HEX triplet: 84, 8D and A6. RGB value is (132,141,166). Sum of RGB (Red+Green+Blue) = 132+141+166=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #848DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DA6 is #7B7259. Grayscale: #8D8D8D. Windows color (decimal): -8090202 or 10915204. OLE color: 10915204.

HSL color Cylindrical-coordinate representation of color #848DA6: hue angle of 224.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848DA6 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB132141166-
CMYK0.200.1500.35
HSL224.12º16.04%58.43%-
HSV(B)224.12º20.48%65.1%-
XYZ25.9226.7139.87-
YUV141.16142.02121.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=30.07%
G=32.12%
B=37.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321411660.200.1500.35224.1216.0458.43
Hex848DA614F023e0103a
Octal20421524624170433402072
Binary10000100100011011010011010100111101000111110000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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