#889ADD

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

Shades of Portage #889ADD

Tints of Portage #889ADD

Color information

#889ADD (or 0x889ADD) is unknown color: approx Portage. HEX triplet: 88, 9A and DD. RGB value is (136,154,221). Sum of RGB (Red+Green+Blue) = 136+154+221=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #889ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADD is #776522. Grayscale: #9B9B9B. Windows color (decimal): -7824675 or 14523016. OLE color: 14523016.

HSL color Cylindrical-coordinate representation of color #889ADD: hue angle of 227.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889ADD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136154221-
CMYK0.380.3000.13
HSL227.29º55.56%70%-
HSV(B)227.29º38.46%86.67%-
XYZ34.7633.5773.05-
YUV156.26164.54113.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=26.61%
G=30.14%
B=43.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361542210.380.3000.13227.2955.5670
Hex889ADD261E0De33846
Octal210232335463601534370106
Binary1000100010011010110111011001101111001101111000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,221); }

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

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

 a { background-color: rgb(136,154,221); }

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

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

 span { border-color: rgb(136,154,221); }

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