#889ADA

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

Shades of Portage #889ADA

Tints of Portage #889ADA

Color information

#889ADA (or 0x889ADA) is unknown color: approx Portage. HEX triplet: 88, 9A and DA. RGB value is (136,154,218). Sum of RGB (Red+Green+Blue) = 136+154+218=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #889ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADA is #776525. Grayscale: #9B9B9B. Windows color (decimal): -7824678 or 14326408. OLE color: 14326408.

HSL color Cylindrical-coordinate representation of color #889ADA: hue angle of 226.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889ADA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136154218-
CMYK0.380.2900.15
HSL226.83º52.56%69.41%-
HSV(B)226.83º37.61%85.49%-
XYZ34.3633.4170.97-
YUV155.91163.04113.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=26.77%
G=30.31%
B=42.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361542180.380.2900.15226.8352.5669.41
Hex889ADA261D0Fe33545
Octal210232332463501734365105
Binary1000100010011010110110101001101110101111111000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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