#828FAE

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

Shades of Ship Cove #828FAE

Tints of Ship Cove #828FAE

Color information

#828FAE (or 0x828FAE) is unknown color: approx Ship Cove. HEX triplet: 82, 8F and AE. RGB value is (130,143,174). Sum of RGB (Red+Green+Blue) = 130+143+174=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #828FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAE is #7D7051. Grayscale: #8E8E8E. Windows color (decimal): -8220754 or 11440002. OLE color: 11440002.

HSL color Cylindrical-coordinate representation of color #828FAE: hue angle of 222.27º 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 #828FAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130143174-
CMYK0.250.1800.32
HSL222.27º21.36%59.61%-
HSV(B)222.27º25.29%68.24%-
XYZ26.6727.4543.94-
YUV142.65145.69118.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=29.08%
G=31.99%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301431740.250.1800.32222.2721.3659.61
Hex828FAE1912020de153c
Octal20221725631220403362574
Binary100000101000111110101110110011001001000001101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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