#888BDA

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

Shades of Portage #888BDA

Tints of Portage #888BDA

Color information

#888BDA (or 0x888BDA) is unknown color: approx Portage. HEX triplet: 88, 8B and DA. RGB value is (136,139,218). Sum of RGB (Red+Green+Blue) = 136+139+218=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #888BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDA is #777425. Grayscale: #929292. Windows color (decimal): -7828518 or 14322568. OLE color: 14322568.

HSL color Cylindrical-coordinate representation of color #888BDA: hue angle of 237.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888BDA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136139218-
CMYK0.380.3600.15
HSL237.8º52.56%69.41%-
HSV(B)237.8º37.61%85.49%-
XYZ32.0428.7670.19-
YUV147.11168.01120.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=27.59%
G=28.19%
B=44.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361392180.380.3600.15237.852.5669.41
Hex888BDA26240Fee3545
Octal210213332464401735665105
Binary10001000100010111101101010011010010001111111011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,218); }

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

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

 a { background-color: rgb(136,139,218); }

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

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

 span { border-color: rgb(136,139,218); }

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