Html Css Color HEX #8889DC Portage

📋 copy color: '#8889DC'

red 136 ◦ green 137 ◦ blue 220

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

Shades of Portage #8889DC

Tints of Portage #8889DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.79%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 27.59%
G = 27.79%
B = 44.62%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8889DC (or 0x8889DC) is known color: Portage. HEX triplet: 88, 89 and DC. RGB value is (136,137,220). Sum of RGB (Red+Green+Blue) = 136+137+220=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #8889DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889DC is #777623. Grayscale: #919191. Windows color (decimal): -7829028 or 14453128. OLE color: 14453128.

HSL color Cylindrical-coordinate representation of color #8889DC: hue angle of 239.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8889DC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 137 220 -
CMYK 0.38 0.38 0 0.14
HSL 239.29º 0.55% 0.7% -
HSV(B) 239.29º 0.38% 0.86% -
XYZ 32.02 28.29 71.48 -
YUV 146.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 136 137 220 0.38 0.38 0 0.14 239.29 0.55 0.7
Hex 88 89 DC 26 26 0 E EF 37 46
Octal 210 211 334 46 46 0 16 357 67 106
Binary 10001000 10001001 11011100 100110 100110 0 1110 11101111 110111 1000110

Color Harmonies of #8889DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8889DC

Black with #8889DC

Text Example


Text Example

White with #8889DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8889DC; }

 p { color: rgb(136,137,220); }

 H1.HeaderClassName
 {
   color: #8889DC;
 }
 .AnyTagClassName
 {
   color: #8889DC;
 }
</style>

background-color css

<style>
 a { background-color: #8889DC; }

 a { background-color: rgb(136,137,220); }

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

border-color css

<style>
 span { border-color: #8889DC; }

 span { border-color: rgb(136,137,220); }

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