Html Css Color HEX #8889DB Portage

📋 copy color: '#8889DB'

red 136 ◦ green 137 ◦ blue 219

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

Shades of Portage #8889DB

Tints of Portage #8889DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 27.64%
G = 27.85%
B = 44.51%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8889DB (or 0x8889DB) is known color: Portage. HEX triplet: 88, 89 and DB. RGB value is (136,137,219). Sum of RGB (Red+Green+Blue) = 136+137+219=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8889DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889DB is #777624. Grayscale: #919191. Windows color (decimal): -7829029 or 14387592. OLE color: 14387592.

HSL color Cylindrical-coordinate representation of color #8889DB: hue angle of 239.28º degrees, saturation: 0.54, 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 #8889DB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 137 219 -
CMYK 0.38 0.37 0 0.14
HSL 239.28º 0.54% 0.7% -
HSV(B) 239.28º 0.38% 0.86% -
XYZ 31.89 28.24 70.79 -
YUV 146.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 136 137 219 0.38 0.37 0 0.14 239.28 0.54 0.7
Hex 88 89 DB 26 25 0 E EF 36 46
Octal 210 211 333 46 45 0 16 357 66 106
Binary 10001000 10001001 11011011 100110 100101 0 1110 11101111 110110 1000110

Color Harmonies of #8889DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8889DB

Black with #8889DB

Text Example


Text Example

White with #8889DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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