#828CA1

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

Shades of Ship Cove #828CA1

Tints of Ship Cove #828CA1

Color information

#828CA1 (or 0x828CA1) is unknown color: approx Ship Cove. HEX triplet: 82, 8C and A1. RGB value is (130,140,161). Sum of RGB (Red+Green+Blue) = 130+140+161=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #828CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CA1 is #7D735E. Grayscale: #8B8B8B. Windows color (decimal): -8221535 or 10587266. OLE color: 10587266.

HSL color Cylindrical-coordinate representation of color #828CA1: hue angle of 220.65º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #828CA1 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB130140161-
CMYK0.190.1300.37
HSL220.65º14.16%57.06%-
HSV(B)220.65º19.25%63.14%-
XYZ25.0226.0837.43-
YUV139.4140.19121.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=30.16%
G=32.48%
B=37.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301401610.190.1300.37220.6514.1657.06
Hex828CA113D025dde39
Octal20221424123150453351671
Binary1000001010001100101000011001111010100101110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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