Html Css Color HEX #89A0DB Portage

📋 copy color: '#89A0DB'

red 137 ◦ green 160 ◦ blue 219

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

Shades of Portage #89A0DB

Tints of Portage #89A0DB

RGB

 RED value IS 137 (53.91% from 255) = 26.55%

 GREEN value IS 160 (62.89% from 255) = 31.01%

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

R = 26.55%
G = 31.01%
B = 42.44%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89A0DB (or 0x89A0DB) is known color: Portage. HEX triplet: 89, A0 and DB. RGB value is (137,160,219). Sum of RGB (Red+Green+Blue) = 137+160+219=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #89A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0DB is #765F24. Grayscale: #9F9F9F. Windows color (decimal): -7757605 or 14393481. OLE color: 14393481.

HSL color Cylindrical-coordinate representation of color #89A0DB: hue angle of 223.17º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89A0DB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 160 219 -
CMYK 0.37 0.27 0 0.14
HSL 223.17º 0.53% 0.7% -
HSV(B) 223.17º 0.37% 0.86% -
XYZ 35.67 35.57 72 -
YUV 159.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 137 160 219 0.37 0.27 0 0.14 223.17 0.53 0.7
Hex 89 A0 DB 25 1B 0 E DF 35 46
Octal 211 240 333 45 33 0 16 337 65 106
Binary 10001001 10100000 11011011 100101 11011 0 1110 11011111 110101 1000110

Color Harmonies of #89A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0DB

Black with #89A0DB

Text Example


Text Example

White with #89A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A0DB; }

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

 H1.HeaderClassName
 {
   color: #89A0DB;
 }
 .AnyTagClassName
 {
   color: #89A0DB;
 }
</style>

background-color css

<style>
 a { background-color: #89A0DB; }

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

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

border-color css

<style>
 span { border-color: #89A0DB; }

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

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