#8490CB

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

Shades of Portage #8490CB

Tints of Portage #8490CB

Color information

#8490CB (or 0x8490CB) is unknown color: approx Portage. HEX triplet: 84, 90 and CB. RGB value is (132,144,203). Sum of RGB (Red+Green+Blue) = 132+144+203=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8490CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490CB is #7B6F34. Grayscale: #929292. Windows color (decimal): -8089397 or 13340804. OLE color: 13340804.

HSL color Cylindrical-coordinate representation of color #8490CB: hue angle of 229.86º 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 #8490CB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132144203-
CMYK0.350.2900.20
HSL229.86º40.57%65.69%-
HSV(B)229.86º34.98%79.61%-
XYZ30.2729.1660.53-
YUV147.14159.52117.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=27.56%
G=30.06%
B=42.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321442030.350.2900.20229.8640.5765.69
Hex8490CB231D014e62942
Octal204220313433502434651102
Binary10000100100100001100101110001111101010100111001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8490CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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