#8289E0

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

Shades of Portage #8289E0

Tints of Portage #8289E0

Color information

#8289E0 (or 0x8289E0) is unknown color: approx Portage. HEX triplet: 82, 89 and E0. RGB value is (130,137,224). Sum of RGB (Red+Green+Blue) = 130+137+224=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #8289E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289E0 is #7D761F. Grayscale: #909090. Windows color (decimal): -8222240 or 14715266. OLE color: 14715266.

HSL color Cylindrical-coordinate representation of color #8289E0: hue angle of 235.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8289E0 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130137224-
CMYK0.420.3900.12
HSL235.53º60.26%69.41%-
HSV(B)235.53º41.96%87.84%-
XYZ31.6128.0274.26-
YUV144.82172.68117.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=26.48%
G=27.90%
B=45.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301372240.420.3900.12235.5360.2669.41
Hex8289E02A270Cec3c45
Octal202211340524701435474105
Binary10000010100010011110000010101010011101100111011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8289E0; }

 p { color: rgb(130,137,224); }

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

<style>
 a { background-color: #8289E0; }

 a { background-color: rgb(130,137,224); }

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

<style>
 span { border-color: #8289E0; }

 span { border-color: rgb(130,137,224); }

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