Html Css Color HEX #889CD1 Portage

📋 copy color: '#889CD1'

red 136 ◦ green 156 ◦ blue 209

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

Shades of Portage #889CD1

Tints of Portage #889CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 27.15%
G = 31.14%
B = 41.72%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#889CD1 (or 0x889CD1) is known color: Portage. HEX triplet: 88, 9C and D1. RGB value is (136,156,209). Sum of RGB (Red+Green+Blue) = 136+156+209=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #889CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CD1 is #77632E. Grayscale: #9B9B9B. Windows color (decimal): -7824175 or 13737096. OLE color: 13737096.

HSL color Cylindrical-coordinate representation of color #889CD1: hue angle of 223.56º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889CD1 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 156 209 -
CMYK 0.35 0.25 0 0.18
HSL 223.56º 0.44% 0.68% -
HSV(B) 223.56º 0.35% 0.82% -
XYZ 33.55 33.61 65.04 -
YUV 156.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 136 156 209 0.35 0.25 0 0.18 223.56 0.44 0.68
Hex 88 9C D1 23 19 0 12 E0 2C 44
Octal 210 234 321 43 31 0 22 340 54 104
Binary 10001000 10011100 11010001 100011 11001 0 10010 11100000 101100 1000100

Color Harmonies of #889CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CD1

Black with #889CD1

Text Example


Text Example

White with #889CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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