#888ff1

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

Shades of Portage #888FF1

Tints of Portage #888FF1

Color information

#888FF1 (or 0x888FF1) is unknown color: approx Portage. HEX triplet: 88, 8F and F1. RGB value is (136,143,241). Sum of RGB (Red+Green+Blue) = 136+143+241=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #888FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FF1 is #77700E. Grayscale: #979797. Windows color (decimal): -7827471 or 15830920. OLE color: 15830920.

HSL color Cylindrical-coordinate representation of color #888FF1: hue angle of 236º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #888FF1 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136143241-
CMYK0.440.4100.05
HSL236º78.95%73.92%-
HSV(B)236º43.57%94.51%-
XYZ35.8531.2387.36-
YUV152.08178.18116.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=26.15%
G=27.5%
B=46.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361432410.440.4100.0523678.9573.92
Hex888FF12C2905ec4f4a
Octal210217361545105354117112
Binary10001000100011111111000110110010100101011110110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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