#828DA4

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

Shades of Ship Cove #828DA4

Tints of Ship Cove #828DA4

Color information

#828DA4 (or 0x828DA4) is unknown color: approx Ship Cove. HEX triplet: 82, 8D and A4. RGB value is (130,141,164). Sum of RGB (Red+Green+Blue) = 130+141+164=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #828DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DA4 is #7D725B. Grayscale: #8C8C8C. Windows color (decimal): -8221276 or 10784130. OLE color: 10784130.

HSL color Cylindrical-coordinate representation of color #828DA4: hue angle of 220.59º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828DA4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130141164-
CMYK0.210.1400.36
HSL220.59º15.74%57.65%-
HSV(B)220.59º20.73%64.31%-
XYZ25.4326.4838.89-
YUV140.33141.36120.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=29.89%
G=32.41%
B=37.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301411640.210.1400.36220.5915.7457.65
Hex828DA415E024dd103a
Octal20221524425160443352072
Binary10000010100011011010010010101111001001001101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,164); }

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

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

 a { background-color: rgb(130,141,164); }

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

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

 span { border-color: rgb(130,141,164); }

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