#829CEB

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

Shades of Portage #829CEB

Tints of Portage #829CEB

Color information

#829CEB (or 0x829CEB) is unknown color: approx Portage. HEX triplet: 82, 9C and EB. RGB value is (130,156,235). Sum of RGB (Red+Green+Blue) = 130+156+235=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #829CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CEB is #7D6314. Grayscale: #9C9C9C. Windows color (decimal): -8217365 or 15441026. OLE color: 15441026.

HSL color Cylindrical-coordinate representation of color #829CEB: hue angle of 225.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829CEB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130156235-
CMYK0.450.3400.08
HSL225.14º72.41%71.57%-
HSV(B)225.14º44.68%92.16%-
XYZ36.0934.5283.36-
YUV157.23171.89108.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=24.95%
G=29.94%
B=45.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301562350.450.3400.08225.1472.4171.57
Hex829CEB2D2208e14848
Octal2022343535542010341110110
Binary100000101001110011101011101101100010010001110000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,156,235); }

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

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

 a { background-color: rgb(130,156,235); }

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

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

 span { border-color: rgb(130,156,235); }

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