#828CAE

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

Shades of Ship Cove #828CAE

Tints of Ship Cove #828CAE

Color information

#828CAE (or 0x828CAE) is unknown color: approx Ship Cove. HEX triplet: 82, 8C and AE. RGB value is (130,140,174). Sum of RGB (Red+Green+Blue) = 130+140+174=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #828CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAE is #7D7351. Grayscale: #8C8C8C. Windows color (decimal): -8221522 or 11439234. OLE color: 11439234.

HSL color Cylindrical-coordinate representation of color #828CAE: hue angle of 226.36º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828CAE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130140174-
CMYK0.250.2000.32
HSL226.36º21.36%59.61%-
HSV(B)226.36º25.29%68.24%-
XYZ26.2226.5643.79-
YUV140.89146.69120.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=29.28%
G=31.53%
B=39.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301401740.250.2000.32226.3621.3659.61
Hex828CAE1914020e2153c
Octal20221425631240403422574
Binary100000101000110010101110110011010001000001110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,174); }

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

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

 a { background-color: rgb(130,140,174); }

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

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

 span { border-color: rgb(130,140,174); }

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