Html Css Color HEX #889FDB Portage

📋 copy color: '#889FDB'

red 136 ◦ green 159 ◦ blue 219

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

Shades of Portage #889FDB

Tints of Portage #889FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

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

R = 26.46%
G = 30.93%
B = 42.61%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#889FDB (or 0x889FDB) is known color: Portage. HEX triplet: 88, 9F and DB. RGB value is (136,159,219). Sum of RGB (Red+Green+Blue) = 136+159+219=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #889FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FDB is #776024. Grayscale: #9E9E9E. Windows color (decimal): -7823397 or 14393224. OLE color: 14393224.

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

Color convert

RGB 136 159 219 -
CMYK 0.38 0.27 0 0.14
HSL 223.37º 0.54% 0.7% -
HSV(B) 223.37º 0.38% 0.86% -
XYZ 35.34 35.14 71.94 -
YUV 158.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 136 159 219 0.38 0.27 0 0.14 223.37 0.54 0.7
Hex 88 9F DB 26 1B 0 E DF 36 46
Octal 210 237 333 46 33 0 16 337 66 106
Binary 10001000 10011111 11011011 100110 11011 0 1110 11011111 110110 1000110

Color Harmonies of #889FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FDB

Black with #889FDB

Text Example


Text Example

White with #889FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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