#828CCB

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

Shades of Portage #828CCB

Tints of Portage #828CCB

Color information

#828CCB (or 0x828CCB) is unknown color: approx Portage. HEX triplet: 82, 8C and CB. RGB value is (130,140,203). Sum of RGB (Red+Green+Blue) = 130+140+203=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #828CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCB is #7D7334. Grayscale: #8F8F8F. Windows color (decimal): -8221493 or 13339778. OLE color: 13339778.

HSL color Cylindrical-coordinate representation of color #828CCB: hue angle of 231.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828CCB is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130140203-
CMYK0.360.3100.20
HSL231.78º41.24%65.29%-
HSV(B)231.78º35.96%79.61%-
XYZ29.3627.8160.32-
YUV144.19161.19117.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=27.48%
G=29.60%
B=42.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301402030.360.3100.20231.7841.2465.29
Hex828CCB241F014e82941
Octal202214313443702435051101
Binary10000010100011001100101110010011111010100111010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,203); }

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

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

 a { background-color: rgb(130,140,203); }

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

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

 span { border-color: rgb(130,140,203); }

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