Html Css Color HEX #889CE0 Portage

📋 copy color: '#889CE0'

red 136 ◦ green 156 ◦ blue 224

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

Shades of Portage #889CE0

Tints of Portage #889CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 26.36%
G = 30.23%
B = 43.41%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#889CE0 (or 0x889CE0) is known color: Portage. HEX triplet: 88, 9C and E0. RGB value is (136,156,224). Sum of RGB (Red+Green+Blue) = 136+156+224=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #889CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CE0 is #77631F. Grayscale: #9D9D9D. Windows color (decimal): -7824160 or 14720136. OLE color: 14720136.

HSL color Cylindrical-coordinate representation of color #889CE0: hue angle of 226.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889CE0 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 156 224 -
CMYK 0.39 0.30 0 0.12
HSL 226.36º 0.59% 0.71% -
HSV(B) 226.36º 0.39% 0.88% -
XYZ 35.5 34.39 75.29 -
YUV 157.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 136 156 224 0.39 0.30 0 0.12 226.36 0.59 0.71
Hex 88 9C E0 27 1E 0 C E2 3B 47
Octal 210 234 340 47 36 0 14 342 73 107
Binary 10001000 10011100 11100000 100111 11110 0 1100 11100010 111011 1000111

Color Harmonies of #889CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CE0

Black with #889CE0

Text Example


Text Example

White with #889CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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