#829EF3

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

Shades of Portage #829EF3

Tints of Portage #829EF3

Color information

#829EF3 (or 0x829EF3) is unknown color: approx Portage. HEX triplet: 82, 9E and F3. RGB value is (130,158,243). Sum of RGB (Red+Green+Blue) = 130+158+243=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #829EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EF3 is #7D610C. Grayscale: #9E9E9E. Windows color (decimal): -8216845 or 15965826. OLE color: 15965826.

HSL color Cylindrical-coordinate representation of color #829EF3: hue angle of 225.13º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829EF3 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130158243-
CMYK0.470.3500.05
HSL225.13º82.48%73.14%-
HSV(B)225.13º46.5%95.29%-
XYZ37.6135.6789.7-
YUV159.32175.22107.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.48%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=24.48%
G=29.76%
B=45.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301582430.470.3500.05225.1382.4873.14
Hex829EF32F2305e15249
Octal202236363574305341122111
Binary10000010100111101111001110111110001101011110000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,158,243); }

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

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

 a { background-color: rgb(130,158,243); }

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

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

 span { border-color: rgb(130,158,243); }

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