#889AEA

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

Shades of Portage #889AEA

Tints of Portage #889AEA

Color information

#889AEA (or 0x889AEA) is unknown color: approx Portage. HEX triplet: 88, 9A and EA. RGB value is (136,154,234). Sum of RGB (Red+Green+Blue) = 136+154+234=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #889AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AEA is #776515. Grayscale: #9D9D9D. Windows color (decimal): -7824662 or 15374984. OLE color: 15374984.

HSL color Cylindrical-coordinate representation of color #889AEA: hue angle of 228.98º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889AEA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136154234-
CMYK0.420.3400.08
HSL228.98º70%72.55%-
HSV(B)228.98º41.88%91.76%-
XYZ36.5634.2982.53-
YUV157.74171.04112.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=25.95%
G=29.39%
B=44.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361542340.420.3400.08228.987072.55
Hex889AEA2A2208e54649
Octal2102323525242010345106111
Binary100010001001101011101010101010100010010001110010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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