#828AAC

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

Shades of Ship Cove #828AAC

Tints of Ship Cove #828AAC

Color information

#828AAC (or 0x828AAC) is unknown color: approx Ship Cove. HEX triplet: 82, 8A and AC. RGB value is (130,138,172). Sum of RGB (Red+Green+Blue) = 130+138+172=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #828AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAC is #7D7553. Grayscale: #8B8B8B. Windows color (decimal): -8222036 or 11307650. OLE color: 11307650.

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

Color convert

RGB130138172-
CMYK0.240.2000.33
HSL228.57º20.19%59.22%-
HSV(B)228.57º24.42%67.45%-
XYZ25.7425.942.67-
YUV139.48146.35121.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=29.55%
G=31.36%
B=39.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301381720.240.2000.33228.5720.1959.22
Hex828AAC1814021e5143b
Octal20221225430240413452473
Binary100000101000101010101100110001010001000011110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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