#828FC9

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

Shades of Portage #828FC9

Tints of Portage #828FC9

Color information

#828FC9 (or 0x828FC9) is unknown color: approx Portage. HEX triplet: 82, 8F and C9. RGB value is (130,143,201). Sum of RGB (Red+Green+Blue) = 130+143+201=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #828FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FC9 is #7D7036. Grayscale: #919191. Windows color (decimal): -8220727 or 13209474. OLE color: 13209474.

HSL color Cylindrical-coordinate representation of color #828FC9: hue angle of 229.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828FC9 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130143201-
CMYK0.350.2900.21
HSL229.01º39.66%64.9%-
HSV(B)229.01º35.32%78.82%-
XYZ29.5728.6159.22-
YUV145.72159.19116.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=27.43%
G=30.17%
B=42.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301432010.350.2900.21229.0139.6664.9
Hex828FC9231D015e52841
Octal202217311433502534550101
Binary10000010100011111100100110001111101010101111001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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