#889CF9

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

Shades of Portage #889CF9

Tints of Portage #889CF9

Color information

#889CF9 (or 0x889CF9) is unknown color: approx Portage. HEX triplet: 88, 9C and F9. RGB value is (136,156,249). Sum of RGB (Red+Green+Blue) = 136+156+249=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #889CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CF9 is #776306. Grayscale: #A0A0A0. Windows color (decimal): -7824135 or 16358536. OLE color: 16358536.

HSL color Cylindrical-coordinate representation of color #889CF9: hue angle of 229.38º 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 #889CF9 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136156249-
CMYK0.450.3700.02
HSL229.38º90.4%75.49%-
HSV(B)229.38º45.38%97.65%-
XYZ39.1435.8594.48-
YUV160.62177.87110.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=25.14%
G=28.84%
B=46.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361562490.450.3700.02229.3890.475.49
Hex889CF92D2502e55a4b
Octal210234371554502345132113
Binary1000100010011100111110011011011001010101110010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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