#8288CD

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

Shades of Portage #8288CD

Tints of Portage #8288CD

Color information

#8288CD (or 0x8288CD) is unknown color: approx Portage. HEX triplet: 82, 88 and CD. RGB value is (130,136,205). Sum of RGB (Red+Green+Blue) = 130+136+205=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #8288CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288CD is #7D7732. Grayscale: #8D8D8D. Windows color (decimal): -8222515 or 13469826. OLE color: 13469826.

HSL color Cylindrical-coordinate representation of color #8288CD: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8288CD is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130136205-
CMYK0.370.3400.20
HSL235.2º42.86%65.69%-
HSV(B)235.2º36.59%80.39%-
XYZ29.0326.7661.39-
YUV142.07163.51119.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=27.60%
G=28.87%
B=43.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301362050.370.3400.20235.242.8665.69
Hex8288CD2522014eb2b42
Octal202210315454202435353102
Binary100000101000100011001101100101100010010100111010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8288CD; }

 p { color: rgb(130,136,205); }

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

<style>
 a { background-color: #8288CD; }

 a { background-color: rgb(130,136,205); }

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

<style>
 span { border-color: #8288CD; }

 span { border-color: rgb(130,136,205); }

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