Html Css Color HEX #889CE1 Portage

📋 copy color: '#889CE1'

red 136 ◦ green 156 ◦ blue 225

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

Shades of Portage #889CE1

Tints of Portage #889CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

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

R = 26.31%
G = 30.17%
B = 43.52%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#889CE1 (or 0x889CE1) is known color: Portage. HEX triplet: 88, 9C and E1. RGB value is (136,156,225). Sum of RGB (Red+Green+Blue) = 136+156+225=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #889CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CE1 is #77631E. Grayscale: #9D9D9D. Windows color (decimal): -7824159 or 14785672. OLE color: 14785672.

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

Color convert

RGB 136 156 225 -
CMYK 0.40 0.31 0 0.12
HSL 226.52º 0.6% 0.71% -
HSV(B) 226.52º 0.4% 0.88% -
XYZ 35.63 34.45 76.01 -
YUV 157.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 136 156 225 0.40 0.31 0 0.12 226.52 0.6 0.71
Hex 88 9C E1 28 1F 0 C E3 3C 47
Octal 210 234 341 50 37 0 14 343 74 107
Binary 10001000 10011100 11100001 101000 11111 0 1100 11100011 111100 1000111

Color Harmonies of #889CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CE1

Black with #889CE1

Text Example


Text Example

White with #889CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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