#828FCF

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

Shades of Portage #828FCF

Tints of Portage #828FCF

Color information

#828FCF (or 0x828FCF) is unknown color: approx Portage. HEX triplet: 82, 8F and CF. RGB value is (130,143,207). Sum of RGB (Red+Green+Blue) = 130+143+207=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #828FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCF is #7D7030. Grayscale: #929292. Windows color (decimal): -8220721 or 13602690. OLE color: 13602690.

HSL color Cylindrical-coordinate representation of color #828FCF: hue angle of 229.87º 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 #828FCF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130143207-
CMYK0.370.3100.19
HSL229.87º44.51%66.08%-
HSV(B)229.87º37.2%81.18%-
XYZ30.2928.963.01-
YUV146.41162.19116.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=27.08%
G=29.79%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301432070.370.3100.19229.8744.5166.08
Hex828FCF251F013e62d42
Octal202217317453702334655102
Binary10000010100011111100111110010111111010011111001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828FCF; }

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

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

<style>
 a { background-color: #828FCF; }

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

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

<style>
 span { border-color: #828FCF; }

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

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