#889FF2

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

Shades of Portage #889FF2

Tints of Portage #889FF2

Color information

#889FF2 (or 0x889FF2) is unknown color: approx Portage. HEX triplet: 88, 9F and F2. RGB value is (136,159,242). Sum of RGB (Red+Green+Blue) = 136+159+242=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #889FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FF2 is #77600D. Grayscale: #A1A1A1. Windows color (decimal): -7823374 or 15900552. OLE color: 15900552.

HSL color Cylindrical-coordinate representation of color #889FF2: hue angle of 226.98º degrees, saturation: 0.8, 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 #889FF2 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136159242-
CMYK0.440.3400.05
HSL226.98º80.3%74.12%-
HSV(B)226.98º43.8%94.9%-
XYZ38.5836.4489-
YUV161.58173.38109.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.33%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=25.33%
G=29.61%
B=45.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361592420.440.3400.05226.9880.374.12
Hex889FF22C2205e3504a
Octal210237362544205343120112
Binary10001000100111111111001010110010001001011110001110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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