#888ADB

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

Shades of Portage #888ADB

Tints of Portage #888ADB

Color information

#888ADB (or 0x888ADB) is unknown color: approx Portage. HEX triplet: 88, 8A and DB. RGB value is (136,138,219). Sum of RGB (Red+Green+Blue) = 136+138+219=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #888ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ADB is #777524. Grayscale: #929292. Windows color (decimal): -7828773 or 14387848. OLE color: 14387848.

HSL color Cylindrical-coordinate representation of color #888ADB: hue angle of 238.55º degrees, saturation: 0.54, 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 #888ADB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136138219-
CMYK0.380.3700.14
HSL238.55º53.55%69.61%-
HSV(B)238.55º37.9%85.88%-
XYZ32.0328.5370.84-
YUV146.64168.84120.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=27.59%
G=27.99%
B=44.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361382190.380.3700.14238.5553.5569.61
Hex888ADB26250Eef3646
Octal210212333464501635766106
Binary10001000100010101101101110011010010101110111011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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