#889CFF

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

Shades of Portage #889CFF

Tints of Portage #889CFF

Color information

#889CFF (or 0x889CFF) is unknown color: approx Portage. HEX triplet: 88, 9C and FF. RGB value is (136,156,255). Sum of RGB (Red+Green+Blue) = 136+156+255=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #889CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CFF is #776300. Grayscale: #A0A0A0. Windows color (decimal): -7824129 or 16751752. OLE color: 16751752.

HSL color Cylindrical-coordinate representation of color #889CFF: hue angle of 229.92º 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 #889CFF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136156255-
CMYK0.470.3900
HSL229.92º100%76.67%-
HSV(B)229.92º46.67%100%-
XYZ40.0936.2399.49-
YUV161.31180.87109.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 255 (100% from 255) = 46.62%
R=24.86%
G=28.52%
B=46.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361562550.470.3900229.9210076.67
Hex889CFF2F2700e6644d
Octal210234377574700346144115
Binary100010001001110011111111101111100111001110011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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