#828EAA

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

Shades of Ship Cove #828EAA

Tints of Ship Cove #828EAA

Color information

#828EAA (or 0x828EAA) is unknown color: approx Ship Cove. HEX triplet: 82, 8E and AA. RGB value is (130,142,170). Sum of RGB (Red+Green+Blue) = 130+142+170=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #828EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EAA is #7D7155. Grayscale: #8D8D8D. Windows color (decimal): -8221014 or 11177602. OLE color: 11177602.

HSL color Cylindrical-coordinate representation of color #828EAA: hue angle of 222º degrees, saturation: 0.19, 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 #828EAA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130142170-
CMYK0.240.1600.33
HSL222º19.05%58.82%-
HSV(B)222º23.53%66.67%-
XYZ26.1326.9941.86-
YUV141.6144.02119.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=29.41%
G=32.13%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301421700.240.1600.3322219.0558.82
Hex828EAA1810021de133b
Octal20221625230200413362373
Binary100000101000111010101010110001000001000011101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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