#828BAC

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

Shades of Ship Cove #828BAC

Tints of Ship Cove #828BAC

Color information

#828BAC (or 0x828BAC) is unknown color: approx Ship Cove. HEX triplet: 82, 8B and AC. RGB value is (130,139,172). Sum of RGB (Red+Green+Blue) = 130+139+172=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #828BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAC is #7D7453. Grayscale: #8B8B8B. Windows color (decimal): -8221780 or 11307906. OLE color: 11307906.

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

Color convert

RGB130139172-
CMYK0.240.1900.33
HSL227.14º20.19%59.22%-
HSV(B)227.14º24.42%67.45%-
XYZ25.8826.1942.72-
YUV140.07146.02120.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=29.48%
G=31.52%
B=39.00%

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
Decimal1301391720.240.1900.33227.1420.1959.22
Hex828BAC1813021e3143b
Octal20221325430230413432473
Binary100000101000101110101100110001001101000011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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