#828CAC

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

Shades of Ship Cove #828CAC

Tints of Ship Cove #828CAC

Color information

#828CAC (or 0x828CAC) is unknown color: approx Ship Cove. HEX triplet: 82, 8C and AC. RGB value is (130,140,172). Sum of RGB (Red+Green+Blue) = 130+140+172=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #828CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAC is #7D7353. Grayscale: #8C8C8C. Windows color (decimal): -8221524 or 11308162. OLE color: 11308162.

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

Color convert

RGB130140172-
CMYK0.240.1900.33
HSL225.71º20.19%59.22%-
HSV(B)225.71º24.42%67.45%-
XYZ26.0326.4842.77-
YUV140.66145.69120.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=29.41%
G=31.67%
B=38.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301401720.240.1900.33225.7120.1959.22
Hex828CAC1813021e2143b
Octal20221425430230413422473
Binary100000101000110010101100110001001101000011110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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