#889AF9

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

Shades of Portage #889AF9

Tints of Portage #889AF9

Color information

#889AF9 (or 0x889AF9) is unknown color: approx Portage. HEX triplet: 88, 9A and F9. RGB value is (136,154,249). Sum of RGB (Red+Green+Blue) = 136+154+249=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #889AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AF9 is #776506. Grayscale: #9F9F9F. Windows color (decimal): -7824647 or 16358024. OLE color: 16358024.

HSL color Cylindrical-coordinate representation of color #889AF9: hue angle of 230.44º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889AF9 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136154249-
CMYK0.450.3800.02
HSL230.44º90.4%75.49%-
HSV(B)230.44º45.38%97.65%-
XYZ38.8135.1894.37-
YUV159.45178.54111.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=25.23%
G=28.57%
B=46.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361542490.450.3800.02230.4490.475.49
Hex889AF92D2602e65a4b
Octal210232371554602346132113
Binary1000100010011010111110011011011001100101110011010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,249); }

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

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

 a { background-color: rgb(136,154,249); }

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

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

 span { border-color: rgb(136,154,249); }

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