#888FED

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

Shades of Portage #888FED

Tints of Portage #888FED

Color information

#888FED (or 0x888FED) is unknown color: approx Portage. HEX triplet: 88, 8F and ED. RGB value is (136,143,237). Sum of RGB (Red+Green+Blue) = 136+143+237=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #888FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FED is #777012. Grayscale: #979797. Windows color (decimal): -7827475 or 15568776. OLE color: 15568776.

HSL color Cylindrical-coordinate representation of color #888FED: hue angle of 235.84º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888FED is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136143237-
CMYK0.430.4000.07
HSL235.84º73.72%73.14%-
HSV(B)235.84º42.62%92.94%-
XYZ35.2630.9984.24-
YUV151.62176.18116.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=26.36%
G=27.71%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361432370.430.4000.07235.8473.7273.14
Hex888FED2B2807ec4a49
Octal210217355535007354112111
Binary10001000100011111110110110101110100001111110110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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