#888FDA

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

Shades of Portage #888FDA

Tints of Portage #888FDA

Color information

#888FDA (or 0x888FDA) is unknown color: approx Portage. HEX triplet: 88, 8F and DA. RGB value is (136,143,218). Sum of RGB (Red+Green+Blue) = 136+143+218=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #888FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FDA is #777025. Grayscale: #959595. Windows color (decimal): -7827494 or 14323592. OLE color: 14323592.

HSL color Cylindrical-coordinate representation of color #888FDA: hue angle of 234.88º 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 #888FDA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136143218-
CMYK0.380.3400.15
HSL234.88º52.56%69.41%-
HSV(B)234.88º37.61%85.49%-
XYZ32.6329.9470.39-
YUV149.46166.68118.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=27.36%
G=28.77%
B=43.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361432180.380.3400.15234.8852.5669.41
Hex888FDA26220Feb3545
Octal210217332464201735365105
Binary10001000100011111101101010011010001001111111010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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