Html Css Color HEX #889EE1 Portage

📋 copy color: '#889EE1'

red 136 ◦ green 158 ◦ blue 225

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

Shades of Portage #889EE1

Tints of Portage #889EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

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

R = 26.2%
G = 30.44%
B = 43.35%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#889EE1 (or 0x889EE1) is known color: Portage. HEX triplet: 88, 9E and E1. RGB value is (136,158,225). Sum of RGB (Red+Green+Blue) = 136+158+225=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #889EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EE1 is #77611E. Grayscale: #9E9E9E. Windows color (decimal): -7823647 or 14786184. OLE color: 14786184.

HSL color Cylindrical-coordinate representation of color #889EE1: hue angle of 225.17º 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 #889EE1 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 158 225 -
CMYK 0.40 0.30 0 0.12
HSL 225.17º 0.6% 0.71% -
HSV(B) 225.17º 0.4% 0.88% -
XYZ 35.97 35.12 76.12 -
YUV 159.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 136 158 225 0.40 0.30 0 0.12 225.17 0.6 0.71
Hex 88 9E E1 28 1E 0 C E1 3C 47
Octal 210 236 341 50 36 0 14 341 74 107
Binary 10001000 10011110 11100001 101000 11110 0 1100 11100001 111100 1000111

Color Harmonies of #889EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EE1

Black with #889EE1

Text Example


Text Example

White with #889EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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