#828EA5

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

Shades of Ship Cove #828EA5

Tints of Ship Cove #828EA5

Color information

#828EA5 (or 0x828EA5) is unknown color: approx Ship Cove. HEX triplet: 82, 8E and A5. RGB value is (130,142,165). Sum of RGB (Red+Green+Blue) = 130+142+165=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #828EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EA5 is #7D715A. Grayscale: #8C8C8C. Windows color (decimal): -8221019 or 10849922. OLE color: 10849922.

HSL color Cylindrical-coordinate representation of color #828EA5: hue angle of 219.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828EA5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB130142165-
CMYK0.210.1400.35
HSL219.43º16.28%57.84%-
HSV(B)219.43º21.21%64.71%-
XYZ25.6726.8139.42-
YUV141.03141.52120.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=29.75%
G=32.49%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301421650.210.1400.35219.4316.2857.84
Hex828EA515E023db103a
Octal20221624525160433332072
Binary10000010100011101010010110101111001000111101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828EA5; }

 p { color: rgb(130,142,165); }

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

<style>
 a { background-color: #828EA5; }

 a { background-color: rgb(130,142,165); }

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

<style>
 span { border-color: #828EA5; }

 span { border-color: rgb(130,142,165); }

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