Html Css Color HEX #889EE2 Portage

📋 copy color: '#889EE2'

red 136 ◦ green 158 ◦ blue 226

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

Shades of Portage #889EE2

Tints of Portage #889EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 26.15%
G = 30.38%
B = 43.46%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#889EE2 (or 0x889EE2) is known color: Portage. HEX triplet: 88, 9E and E2. RGB value is (136,158,226). Sum of RGB (Red+Green+Blue) = 136+158+226=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #889EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EE2 is #77611D. Grayscale: #9E9E9E. Windows color (decimal): -7823646 or 14851720. OLE color: 14851720.

HSL color Cylindrical-coordinate representation of color #889EE2: hue angle of 225.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #889EE2 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 136 158 226 -
CMYK 0.40 0.30 0 0.11
HSL 225.33º 0.61% 0.71% -
HSV(B) 225.33º 0.4% 0.89% -
XYZ 36.11 35.18 76.84 -
YUV 159.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 136 158 226 0.40 0.30 0 0.11 225.33 0.61 0.71
Hex 88 9E E2 28 1E 0 B E1 3D 47
Octal 210 236 342 50 36 0 13 341 75 107
Binary 10001000 10011110 11100010 101000 11110 0 1011 11100001 111101 1000111

Color Harmonies of #889EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EE2

Black with #889EE2

Text Example


Text Example

White with #889EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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