#828BDD

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

Shades of Portage #828BDD

Tints of Portage #828BDD

Color information

#828BDD (or 0x828BDD) is unknown color: approx Portage. HEX triplet: 82, 8B and DD. RGB value is (130,139,221). Sum of RGB (Red+Green+Blue) = 130+139+221=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #828BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BDD is #7D7422. Grayscale: #919191. Windows color (decimal): -8221731 or 14519170. OLE color: 14519170.

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

Color convert

RGB130139221-
CMYK0.410.3700.13
HSL234.07º57.23%68.82%-
HSV(B)234.07º41.18%86.67%-
XYZ31.4928.4372.23-
YUV145.66170.52116.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=26.53%
G=28.37%
B=45.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301392210.410.3700.13234.0757.2368.82
Hex828BDD29250Dea3945
Octal202213335514501535271105
Binary10000010100010111101110110100110010101101111010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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