#888AD0

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

Shades of Portage #888AD0

Tints of Portage #888AD0

Color information

#888AD0 (or 0x888AD0) is unknown color: approx Portage. HEX triplet: 88, 8A and D0. RGB value is (136,138,208). Sum of RGB (Red+Green+Blue) = 136+138+208=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #888AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AD0 is #77752F. Grayscale: #919191. Windows color (decimal): -7828784 or 13666952. OLE color: 13666952.

HSL color Cylindrical-coordinate representation of color #888AD0: hue angle of 238.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888AD0 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136138208-
CMYK0.350.3400.18
HSL238.33º43.37%67.45%-
HSV(B)238.33º34.62%81.57%-
XYZ30.6327.9763.46-
YUV145.38163.34121.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=28.22%
G=28.63%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361382080.350.3400.18238.3343.3767.45
Hex888AD02322012ee2b43
Octal210212320434202235653103
Binary100010001000101011010000100011100010010010111011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888AD0; }

 p { color: rgb(136,138,208); }

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

<style>
 a { background-color: #888AD0; }

 a { background-color: rgb(136,138,208); }

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

<style>
 span { border-color: #888AD0; }

 span { border-color: rgb(136,138,208); }

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