#829BED

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

Shades of Portage #829BED

Tints of Portage #829BED

Color information

#829BED (or 0x829BED) is unknown color: approx Portage. HEX triplet: 82, 9B and ED. RGB value is (130,155,237). Sum of RGB (Red+Green+Blue) = 130+155+237=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #829BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BED is #7D6412. Grayscale: #9C9C9C. Windows color (decimal): -8217619 or 15571842. OLE color: 15571842.

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

Color convert

RGB130155237-
CMYK0.450.3500.07
HSL225.98º74.83%71.96%-
HSV(B)225.98º45.15%92.94%-
XYZ36.2134.384.83-
YUV156.87173.22108.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=24.90%
G=29.69%
B=45.40%

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
Decimal1301552370.450.3500.07225.9874.8371.96
Hex829BED2D2307e24b48
Octal202233355554307342113110
Binary10000010100110111110110110110110001101111110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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