#889EF5

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

Shades of Portage #889EF5

Tints of Portage #889EF5

Color information

#889EF5 (or 0x889EF5) is unknown color: approx Portage. HEX triplet: 88, 9E and F5. RGB value is (136,158,245). Sum of RGB (Red+Green+Blue) = 136+158+245=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #889EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EF5 is #77610A. Grayscale: #A0A0A0. Windows color (decimal): -7823627 or 16096904. OLE color: 16096904.

HSL color Cylindrical-coordinate representation of color #889EF5: hue angle of 227.89º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889EF5 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136158245-
CMYK0.440.3600.04
HSL227.89º84.5%74.71%-
HSV(B)227.89º44.49%96.08%-
XYZ38.8636.2891.34-
YUV161.34175.21109.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=25.23%
G=29.31%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361582450.440.3600.04227.8984.574.71
Hex889EF52C2404e4544b
Octal210236365544404344124113
Binary10001000100111101111010110110010010001001110010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,245); }

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

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

 a { background-color: rgb(136,158,245); }

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

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

 span { border-color: rgb(136,158,245); }

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