Html Css Color HEX #889EDB Portage

📋 copy color: '#889EDB'

red 136 ◦ green 158 ◦ blue 219

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

Shades of Portage #889EDB

Tints of Portage #889EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.8%

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

R = 26.51%
G = 30.8%
B = 42.69%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#889EDB (or 0x889EDB) is known color: Portage. HEX triplet: 88, 9E and DB. RGB value is (136,158,219). Sum of RGB (Red+Green+Blue) = 136+158+219=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #889EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDB is #776124. Grayscale: #9E9E9E. Windows color (decimal): -7823653 or 14392968. OLE color: 14392968.

HSL color Cylindrical-coordinate representation of color #889EDB: hue angle of 224.1º 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 #889EDB is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 158 219 -
CMYK 0.38 0.28 0 0.14
HSL 224.1º 0.54% 0.7% -
HSV(B) 224.1º 0.38% 0.86% -
XYZ 35.17 34.8 71.88 -
YUV 158.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 136 158 219 0.38 0.28 0 0.14 224.1 0.54 0.7
Hex 88 9E DB 26 1C 0 E E0 36 46
Octal 210 236 333 46 34 0 16 340 66 106
Binary 10001000 10011110 11011011 100110 11100 0 1110 11100000 110110 1000110

Color Harmonies of #889EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EDB

Black with #889EDB

Text Example


Text Example

White with #889EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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