#889EF4

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

Shades of Portage #889EF4

Tints of Portage #889EF4

Color information

#889EF4 (or 0x889EF4) is unknown color: approx Portage. HEX triplet: 88, 9E and F4. RGB value is (136,158,244). Sum of RGB (Red+Green+Blue) = 136+158+244=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #889EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EF4 is #77610B. Grayscale: #A0A0A0. Windows color (decimal): -7823628 or 16031368. OLE color: 16031368.

HSL color Cylindrical-coordinate representation of color #889EF4: hue angle of 227.78º degrees, saturation: 0.83, 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 #889EF4 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136158244-
CMYK0.440.3500.04
HSL227.78º83.08%74.51%-
HSV(B)227.78º44.26%95.69%-
XYZ38.7136.2290.54-
YUV161.23174.71110.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 244 (95.70% from 255) = 45.35%
R=25.28%
G=29.37%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361582440.440.3500.04227.7883.0874.51
Hex889EF42C2304e4534b
Octal210236364544304344123113
Binary10001000100111101111010010110010001101001110010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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