#829DEE

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

Shades of Portage #829DEE

Tints of Portage #829DEE

Color information

#829DEE (or 0x829DEE) is unknown color: approx Portage. HEX triplet: 82, 9D and EE. RGB value is (130,157,238). Sum of RGB (Red+Green+Blue) = 130+157+238=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #829DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DEE is #7D6211. Grayscale: #9D9D9D. Windows color (decimal): -8217106 or 15637890. OLE color: 15637890.

HSL color Cylindrical-coordinate representation of color #829DEE: hue angle of 225º 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 #829DEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130157238-
CMYK0.450.3400.07
HSL225º76.06%72.16%-
HSV(B)225º45.38%93.33%-
XYZ36.735.0385.72-
YUV158.16173.05107.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=24.76%
G=29.90%
B=45.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301572380.450.3400.0722576.0672.16
Hex829DEE2D2207e14c48
Octal202235356554207341114110
Binary10000010100111011110111010110110001001111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829DEE; }

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

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

<style>
 a { background-color: #829DEE; }

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

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

<style>
 span { border-color: #829DEE; }

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

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