#8895DC

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

Shades of Portage #8895DC

Tints of Portage #8895DC

Color information

#8895DC (or 0x8895DC) is unknown color: approx Portage. HEX triplet: 88, 95 and DC. RGB value is (136,149,220). Sum of RGB (Red+Green+Blue) = 136+149+220=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8895DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895DC is #776A23. Grayscale: #989898. Windows color (decimal): -7825956 or 14456200. OLE color: 14456200.

HSL color Cylindrical-coordinate representation of color #8895DC: hue angle of 230.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8895DC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136149220-
CMYK0.380.3200.14
HSL230.71º54.55%69.8%-
HSV(B)230.71º38.18%86.27%-
XYZ33.8231.972.08-
YUV153.21165.69115.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=26.93%
G=29.50%
B=43.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361492200.380.3200.14230.7154.5569.8
Hex8895DC26200Ee73746
Octal210225334464001634767106
Binary10001000100101011101110010011010000001110111001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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