#828EAB

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

Shades of Ship Cove #828EAB

Tints of Ship Cove #828EAB

Color information

#828EAB (or 0x828EAB) is unknown color: approx Ship Cove. HEX triplet: 82, 8E and AB. RGB value is (130,142,171). Sum of RGB (Red+Green+Blue) = 130+142+171=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #828EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EAB is #7D7154. Grayscale: #8D8D8D. Windows color (decimal): -8221013 or 11243138. OLE color: 11243138.

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

Color convert

RGB130142171-
CMYK0.240.1700.33
HSL222.44º19.62%59.02%-
HSV(B)222.44º23.98%67.06%-
XYZ26.2327.0342.36-
YUV141.72144.52119.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=29.35%
G=32.05%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301421710.240.1700.33222.4419.6259.02
Hex828EAB1811021de143b
Octal20221625330210413362473
Binary100000101000111010101011110001000101000011101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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