#828FA2

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

Shades of Ship Cove #828FA2

Tints of Ship Cove #828FA2

Color information

#828FA2 (or 0x828FA2) is unknown color: approx Ship Cove. HEX triplet: 82, 8F and A2. RGB value is (130,143,162). Sum of RGB (Red+Green+Blue) = 130+143+162=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #828FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FA2 is #7D705D. Grayscale: #8D8D8D. Windows color (decimal): -8220766 or 10653570. OLE color: 10653570.

HSL color Cylindrical-coordinate representation of color #828FA2: hue angle of 215.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828FA2 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130143162-
CMYK0.200.1200.36
HSL215.62º14.68%57.25%-
HSV(B)215.62º19.75%63.53%-
XYZ25.552738.05-
YUV141.28139.69119.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=29.89%
G=32.87%
B=37.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301431620.200.1200.36215.6214.6857.25
Hex828FA214C024d8f39
Octal20221724224140443301771
Binary1000001010001111101000101010011000100100110110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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