#828ce8

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

Shades of Portage #828CE8

Tints of Portage #828CE8

Color information

#828CE8 (or 0x828CE8) is unknown color: approx Portage. HEX triplet: 82, 8C and E8. RGB value is (130,140,232). Sum of RGB (Red+Green+Blue) = 130+140+232=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #828CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CE8 is #7D7317. Grayscale: #939393. Windows color (decimal): -8221464 or 15240322. OLE color: 15240322.

HSL color Cylindrical-coordinate representation of color #828CE8: hue angle of 234.12º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828CE8 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130140232-
CMYK0.440.4000.09
HSL234.12º68.92%70.98%-
HSV(B)234.12º43.97%90.98%-
XYZ33.1529.3380.26-
YUV147.5175.69115.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=25.90%
G=27.89%
B=46.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301402320.440.4000.09234.1268.9270.98
Hex828CE82C2809ea4547
Octal2022143505450011352105107
Binary100000101000110011101000101100101000010011110101010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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