#8894DE

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

Shades of Portage #8894DE

Tints of Portage #8894DE

Color information

#8894DE (or 0x8894DE) is unknown color: approx Portage. HEX triplet: 88, 94 and DE. RGB value is (136,148,222). Sum of RGB (Red+Green+Blue) = 136+148+222=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #8894DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894DE is #776B21. Grayscale: #989898. Windows color (decimal): -7826210 or 14587016. OLE color: 14587016.

HSL color Cylindrical-coordinate representation of color #8894DE: hue angle of 231.63º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8894DE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136148222-
CMYK0.390.3300.13
HSL231.63º56.58%70.2%-
HSV(B)231.63º38.74%87.06%-
XYZ33.9331.6973.44-
YUV152.85167.02115.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=26.88%
G=29.25%
B=43.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361482220.390.3300.13231.6356.5870.2
Hex8894DE27210De83946
Octal210224336474101535071106
Binary10001000100101001101111010011110000101101111010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8894DE; }

 p { color: rgb(136,148,222); }

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

<style>
 a { background-color: #8894DE; }

 a { background-color: rgb(136,148,222); }

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

<style>
 span { border-color: #8894DE; }

 span { border-color: rgb(136,148,222); }

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