#8893DD

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

Shades of Portage #8893DD

Tints of Portage #8893DD

Color information

#8893DD (or 0x8893DD) is unknown color: approx Portage. HEX triplet: 88, 93 and DD. RGB value is (136,147,221). Sum of RGB (Red+Green+Blue) = 136+147+221=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8893DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893DD is #776C22. Grayscale: #979797. Windows color (decimal): -7826467 or 14521224. OLE color: 14521224.

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

Color convert

RGB136147221-
CMYK0.380.3300.13
HSL232.24º55.56%70%-
HSV(B)232.24º38.46%86.67%-
XYZ33.6431.3272.68-
YUV152.15166.86116.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=26.98%
G=29.17%
B=43.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361472210.380.3300.13232.2455.5670
Hex8893DD26210De83846
Octal210223335464101535070106
Binary10001000100100111101110110011010000101101111010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8893DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8893DD; }

 p { color: rgb(136,147,221); }

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

<style>
 a { background-color: #8893DD; }

 a { background-color: rgb(136,147,221); }

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

<style>
 span { border-color: #8893DD; }

 span { border-color: rgb(136,147,221); }

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