#8895DD

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

Shades of Portage #8895DD

Tints of Portage #8895DD

Color information

#8895DD (or 0x8895DD) is unknown color: approx Portage. HEX triplet: 88, 95 and DD. RGB value is (136,149,221). Sum of RGB (Red+Green+Blue) = 136+149+221=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8895DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895DD is #776A22. Grayscale: #999999. Windows color (decimal): -7825955 or 14521736. OLE color: 14521736.

HSL color Cylindrical-coordinate representation of color #8895DD: hue angle of 230.82º 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 #8895DD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136149221-
CMYK0.380.3300.13
HSL230.82º55.56%70%-
HSV(B)230.82º38.46%86.67%-
XYZ33.9531.9572.78-
YUV153.32166.19115.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=26.88%
G=29.45%
B=43.68%

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
Decimal1361492210.380.3300.13230.8255.5670
Hex8895DD26210De73846
Octal210225335464101534770106
Binary10001000100101011101110110011010000101101111001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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