#828DDD

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

Shades of Portage #828DDD

Tints of Portage #828DDD

Color information

#828DDD (or 0x828DDD) is unknown color: approx Portage. HEX triplet: 82, 8D and DD. RGB value is (130,141,221). Sum of RGB (Red+Green+Blue) = 130+141+221=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #828DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DDD is #7D7222. Grayscale: #929292. Windows color (decimal): -8221219 or 14519682. OLE color: 14519682.

HSL color Cylindrical-coordinate representation of color #828DDD: hue angle of 232.75º 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 #828DDD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130141221-
CMYK0.410.3600.13
HSL232.75º57.23%68.82%-
HSV(B)232.75º41.18%86.67%-
XYZ31.7829.0272.33-
YUV146.83169.86116-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=26.42%
G=28.66%
B=44.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301412210.410.3600.13232.7557.2368.82
Hex828DDD29240De93945
Octal202215335514401535171105
Binary10000010100011011101110110100110010001101111010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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