#8490CC

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

Shades of Portage #8490CC

Tints of Portage #8490CC

Color information

#8490CC (or 0x8490CC) is unknown color: approx Portage. HEX triplet: 84, 90 and CC. RGB value is (132,144,204). Sum of RGB (Red+Green+Blue) = 132+144+204=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8490CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490CC is #7B6F33. Grayscale: #939393. Windows color (decimal): -8089396 or 13406340. OLE color: 13406340.

HSL color Cylindrical-coordinate representation of color #8490CC: hue angle of 230º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8490CC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB132144204-
CMYK0.350.2900.2
HSL230º41.38%65.88%-
HSV(B)230º35.29%80%-
XYZ30.3929.2161.16-
YUV147.25160.02117.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.5%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=27.5%
G=30%
B=42.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321442040.350.2900.223041.3865.88
Hex8490CC231D014e62942
Octal204220314433502434651102
Binary10000100100100001100110010001111101010100111001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8490CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8490CC; }

 p { color: rgb(132,144,204); }

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

<style>
 a { background-color: #8490CC; }

 a { background-color: rgb(132,144,204); }

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

<style>
 span { border-color: #8490CC; }

 span { border-color: rgb(132,144,204); }

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