#829ACF

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

Shades of Portage #829ACF

Tints of Portage #829ACF

Color information

#829ACF (or 0x829ACF) is unknown color: approx Portage. HEX triplet: 82, 9A and CF. RGB value is (130,154,207). Sum of RGB (Red+Green+Blue) = 130+154+207=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #829ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACF is #7D6530. Grayscale: #989898. Windows color (decimal): -8217905 or 13605506. OLE color: 13605506.

HSL color Cylindrical-coordinate representation of color #829ACF: hue angle of 221.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829ACF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130154207-
CMYK0.370.2600.19
HSL221.3º44.51%66.08%-
HSV(B)221.3º37.2%81.18%-
XYZ32.0232.3663.59-
YUV152.87158.55111.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=26.48%
G=31.36%
B=42.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301542070.370.2600.19221.344.5166.08
Hex829ACF251A013dd2d42
Octal202232317453202333555102
Binary10000010100110101100111110010111010010011110111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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