#828DCF

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

Shades of Portage #828DCF

Tints of Portage #828DCF

Color information

#828DCF (or 0x828DCF) is unknown color: approx Portage. HEX triplet: 82, 8D and CF. RGB value is (130,141,207). Sum of RGB (Red+Green+Blue) = 130+141+207=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #828DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DCF is #7D7230. Grayscale: #909090. Windows color (decimal): -8221233 or 13602178. OLE color: 13602178.

HSL color Cylindrical-coordinate representation of color #828DCF: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828DCF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130141207-
CMYK0.370.3200.19
HSL231.43º44.51%66.08%-
HSV(B)231.43º37.2%81.18%-
XYZ29.9928.362.91-
YUV145.24162.86117.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=27.20%
G=29.50%
B=43.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301412070.370.3200.19231.4344.5166.08
Hex828DCF2520013e72d42
Octal202215317454002334755102
Binary100000101000110111001111100101100000010011111001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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