#888BDF

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

Shades of Portage #888BDF

Tints of Portage #888BDF

Color information

#888BDF (or 0x888BDF) is unknown color: approx Portage. HEX triplet: 88, 8B and DF. RGB value is (136,139,223). Sum of RGB (Red+Green+Blue) = 136+139+223=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #888BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDF is #777420. Grayscale: #939393. Windows color (decimal): -7828513 or 14650248. OLE color: 14650248.

HSL color Cylindrical-coordinate representation of color #888BDF: hue angle of 237.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888BDF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136139223-
CMYK0.390.3800.13
HSL237.93º57.62%70.39%-
HSV(B)237.93º39.01%87.45%-
XYZ32.7129.0373.69-
YUV147.68170.51119.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=27.31%
G=27.91%
B=44.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361392230.390.3800.13237.9357.6270.39
Hex888BDF27260Dee3a46
Octal210213337474601535672106
Binary10001000100010111101111110011110011001101111011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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