#828DAC

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

Shades of Ship Cove #828DAC

Tints of Ship Cove #828DAC

Color information

#828DAC (or 0x828DAC) is unknown color: approx Ship Cove. HEX triplet: 82, 8D and AC. RGB value is (130,141,172). Sum of RGB (Red+Green+Blue) = 130+141+172=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #828DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DAC is #7D7253. Grayscale: #8D8D8D. Windows color (decimal): -8221268 or 11308418. OLE color: 11308418.

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

Color convert

RGB130141172-
CMYK0.240.1800.33
HSL224.29º20.19%59.22%-
HSV(B)224.29º24.42%67.45%-
XYZ26.1826.7742.82-
YUV141.24145.36119.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=29.35%
G=31.83%
B=38.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301411720.240.1800.33224.2920.1959.22
Hex828DAC1812021e0143b
Octal20221525430220413402473
Binary100000101000110110101100110001001001000011110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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