#829AED

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

Shades of Portage #829AED

Tints of Portage #829AED

Color information

#829AED (or 0x829AED) is unknown color: approx Portage. HEX triplet: 82, 9A and ED. RGB value is (130,154,237). Sum of RGB (Red+Green+Blue) = 130+154+237=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #829AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AED is #7D6512. Grayscale: #9B9B9B. Windows color (decimal): -8217875 or 15571586. OLE color: 15571586.

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

Color convert

RGB130154237-
CMYK0.450.3500.07
HSL226.54º74.83%71.96%-
HSV(B)226.54º45.15%92.94%-
XYZ36.0533.9784.78-
YUV156.29173.55109.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=24.95%
G=29.56%
B=45.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301542370.450.3500.07226.5474.8371.96
Hex829AED2D2307e34b48
Octal202232355554307343113110
Binary10000010100110101110110110110110001101111110001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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