#8D88E8

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

Shades of Portage #8D88E8

Tints of Portage #8D88E8

Color information

#8D88E8 (or 0x8D88E8) is unknown color: approx Portage. HEX triplet: 8D, 88 and E8. RGB value is (141,136,232). Sum of RGB (Red+Green+Blue) = 141+136+232=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D88E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88E8 is #727717. Grayscale: #949494. Windows color (decimal): -7501592 or 15239309. OLE color: 15239309.

HSL color Cylindrical-coordinate representation of color #8D88E8: hue angle of 243.12º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D88E8 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141136232-
CMYK0.390.4100.09
HSL243.12º67.61%72.16%-
HSV(B)243.12º41.38%90.98%-
XYZ34.3529.180.15-
YUV148.44175.16122.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 232 (91.02% from 255) = 45.58%
R=27.70%
G=26.72%
B=45.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411362320.390.4100.09243.1267.6172.16
Hex8D88E8272909f34448
Octal2152103504751011363104110
Binary100011011000100011101000100111101001010011111001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D88E8; }

 p { color: rgb(141,136,232); }

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

<style>
 a { background-color: #8D88E8; }

 a { background-color: rgb(141,136,232); }

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

<style>
 span { border-color: #8D88E8; }

 span { border-color: rgb(141,136,232); }

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