#889DFF

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

Shades of Portage #889DFF

Tints of Portage #889DFF

Color information

#889DFF (or 0x889DFF) is unknown color: approx Portage. HEX triplet: 88, 9D and FF. RGB value is (136,157,255). Sum of RGB (Red+Green+Blue) = 136+157+255=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #889DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFF is #776200. Grayscale: #A1A1A1. Windows color (decimal): -7823873 or 16752008. OLE color: 16752008.

HSL color Cylindrical-coordinate representation of color #889DFF: hue angle of 229.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #889DFF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136157255-
CMYK0.470.3800
HSL229.41º100%76.67%-
HSV(B)229.41º46.67%100%-
XYZ40.2636.5799.54-
YUV161.89180.54109.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.82%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 255 (100% from 255) = 46.53%
R=24.82%
G=28.65%
B=46.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361572550.470.3800229.4110076.67
Hex889DFF2F2600e5644d
Octal210235377574600345144115
Binary100010001001110111111111101111100110001110010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,255); }

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

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

 a { background-color: rgb(136,157,255); }

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

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

 span { border-color: rgb(136,157,255); }

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