#848DAA

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

Shades of Ship Cove #848DAA

Tints of Ship Cove #848DAA

Color information

#848DAA (or 0x848DAA) is unknown color: approx Ship Cove. HEX triplet: 84, 8D and AA. RGB value is (132,141,170). Sum of RGB (Red+Green+Blue) = 132+141+170=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #848DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DAA is #7B7255. Grayscale: #8D8D8D. Windows color (decimal): -8090198 or 11177348. OLE color: 11177348.

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

Color convert

RGB132141170-
CMYK0.220.1700.33
HSL225.79º18.27%59.22%-
HSV(B)225.79º22.35%66.67%-
XYZ26.326.8641.83-
YUV141.61144.02121.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=29.80%
G=31.83%
B=38.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321411700.220.1700.33225.7918.2759.22
Hex848DAA1611021e2123b
Octal20421525226210413422273
Binary100001001000110110101010101101000101000011110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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