#8885DE

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

Shades of Portage #8885DE

Tints of Portage #8885DE

Color information

#8885DE (or 0x8885DE) is unknown color: approx Portage. HEX triplet: 88, 85 and DE. RGB value is (136,133,222). Sum of RGB (Red+Green+Blue) = 136+133+222=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #8885DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885DE is #777A21. Grayscale: #8F8F8F. Windows color (decimal): -7830050 or 14583176. OLE color: 14583176.

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

Color convert

RGB136133222-
CMYK0.390.4000.13
HSL242.02º57.42%69.61%-
HSV(B)242.02º40.09%87.06%-
XYZ31.7327.2872.7-
YUV144.04171.99122.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=27.70%
G=27.09%
B=45.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361332220.390.4000.13242.0257.4269.61
Hex8885DE27280Df23946
Octal210205336475001536271106
Binary10001000100001011101111010011110100001101111100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8885DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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