#889FEE

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

Shades of Portage #889FEE

Tints of Portage #889FEE

Color information

#889FEE (or 0x889FEE) is unknown color: approx Portage. HEX triplet: 88, 9F and EE. RGB value is (136,159,238). Sum of RGB (Red+Green+Blue) = 136+159+238=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #889FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FEE is #776011. Grayscale: #A0A0A0. Windows color (decimal): -7823378 or 15638408. OLE color: 15638408.

HSL color Cylindrical-coordinate representation of color #889FEE: hue angle of 226.47º degrees, saturation: 0.75, 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 #889FEE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136159238-
CMYK0.430.3300.07
HSL226.47º75%73.33%-
HSV(B)226.47º42.86%93.33%-
XYZ37.9836.285.87-
YUV161.13171.38110.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=25.52%
G=29.83%
B=44.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361592380.430.3300.07226.477573.33
Hex889FEE2B2107e24b49
Octal210237356534107342113111
Binary10001000100111111110111010101110000101111110001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889FEE; }

 p { color: rgb(136,159,238); }

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

<style>
 a { background-color: #889FEE; }

 a { background-color: rgb(136,159,238); }

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

<style>
 span { border-color: #889FEE; }

 span { border-color: rgb(136,159,238); }

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