#828BED

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

Shades of Portage #828BED

Tints of Portage #828BED

Color information

#828BED (or 0x828BED) is unknown color: approx Portage. HEX triplet: 82, 8B and ED. RGB value is (130,139,237). Sum of RGB (Red+Green+Blue) = 130+139+237=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #828BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BED is #7D7412. Grayscale: #939393. Windows color (decimal): -8221715 or 15567746. OLE color: 15567746.

HSL color Cylindrical-coordinate representation of color #828BED: hue angle of 234.95º degrees, saturation: 0.75, 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 #828BED is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130139237-
CMYK0.450.4100.07
HSL234.95º74.83%71.96%-
HSV(B)234.95º45.15%92.94%-
XYZ33.7229.3384-
YUV147.48178.52115.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=25.69%
G=27.47%
B=46.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301392370.450.4100.07234.9574.8371.96
Hex828BED2D2907eb4b48
Octal202213355555107353113110
Binary10000010100010111110110110110110100101111110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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