#828BEE

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

Shades of Portage #828BEE

Tints of Portage #828BEE

Color information

#828BEE (or 0x828BEE) is unknown color: approx Portage. HEX triplet: 82, 8B and EE. RGB value is (130,139,238). Sum of RGB (Red+Green+Blue) = 130+139+238=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #828BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BEE is #7D7411. Grayscale: #939393. Windows color (decimal): -8221714 or 15633282. OLE color: 15633282.

HSL color Cylindrical-coordinate representation of color #828BEE: hue angle of 235º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828BEE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130139238-
CMYK0.450.4200.07
HSL235º76.06%72.16%-
HSV(B)235º45.38%93.33%-
XYZ33.8729.3884.78-
YUV147.6179.02115.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=25.64%
G=27.42%
B=46.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301392380.450.4200.0723576.0672.16
Hex828BEE2D2A07eb4c48
Octal202213356555207353114110
Binary10000010100010111110111010110110101001111110101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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