Html Css Color HEX #889AE1 Portage

📋 copy color: '#889AE1'

red 136 ◦ green 154 ◦ blue 225

#889AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #889AE1

Tints of Portage #889AE1

RGB

 RED value IS 136 (53.52% from 255) = 26.41%

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 26.41%
G = 29.9%
B = 43.69%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#889AE1 (or 0x889AE1) is known color: Portage. HEX triplet: 88, 9A and E1. RGB value is (136,154,225). Sum of RGB (Red+Green+Blue) = 136+154+225=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #889AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AE1 is #77651E. Grayscale: #9C9C9C. Windows color (decimal): -7824671 or 14785160. OLE color: 14785160.

HSL color Cylindrical-coordinate representation of color #889AE1: hue angle of 227.87º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #889AE1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 154 225 -
CMYK 0.40 0.32 0 0.12
HSL 227.87º 0.6% 0.71% -
HSV(B) 227.87º 0.4% 0.88% -
XYZ 35.3 33.78 75.89 -
YUV 156.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 136 154 225 0.40 0.32 0 0.12 227.87 0.6 0.71
Hex 88 9A E1 28 20 0 C E4 3C 47
Octal 210 232 341 50 40 0 14 344 74 107
Binary 10001000 10011010 11100001 101000 100000 0 1100 11100100 111100 1000111

Color Harmonies of #889AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AE1

Black with #889AE1

Text Example


Text Example

White with #889AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #889AE1;
 }
 .AnyTagClassName
 {
   color: #889AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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