#8890D7

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

Shades of Portage #8890D7

Tints of Portage #8890D7

Color information

#8890D7 (or 0x8890D7) is unknown color: approx Portage. HEX triplet: 88, 90 and D7. RGB value is (136,144,215). Sum of RGB (Red+Green+Blue) = 136+144+215=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #8890D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890D7 is #776F28. Grayscale: #959595. Windows color (decimal): -7827241 or 14127240. OLE color: 14127240.

HSL color Cylindrical-coordinate representation of color #8890D7: hue angle of 233.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8890D7 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136144215-
CMYK0.370.3300.16
HSL233.92º49.69%68.82%-
HSV(B)233.92º36.74%84.31%-
XYZ32.3930.0968.39-
YUV149.7164.85118.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=27.47%
G=29.09%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361442150.370.3300.16233.9249.6968.82
Hex8890D72521010ea3245
Octal210220327454102035262105
Binary100010001001000011010111100101100001010000111010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890D7; }

 p { color: rgb(136,144,215); }

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

<style>
 a { background-color: #8890D7; }

 a { background-color: rgb(136,144,215); }

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

<style>
 span { border-color: #8890D7; }

 span { border-color: rgb(136,144,215); }

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