Html Css Color HEX #89A3DB Portage

📋 copy color: '#89A3DB'

red 137 ◦ green 163 ◦ blue 219

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

Shades of Portage #89A3DB

Tints of Portage #89A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.41%

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

R = 26.4%
G = 31.41%
B = 42.2%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89A3DB (or 0x89A3DB) is known color: Portage. HEX triplet: 89, A3 and DB. RGB value is (137,163,219). Sum of RGB (Red+Green+Blue) = 137+163+219=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #89A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3DB is #765C24. Grayscale: #A1A1A1. Windows color (decimal): -7756837 or 14394249. OLE color: 14394249.

HSL color Cylindrical-coordinate representation of color #89A3DB: hue angle of 220.98º 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 #89A3DB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 163 219 -
CMYK 0.37 0.26 0 0.14
HSL 220.98º 0.53% 0.7% -
HSV(B) 220.98º 0.37% 0.86% -
XYZ 36.2 36.63 72.18 -
YUV 161.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 137 163 219 0.37 0.26 0 0.14 220.98 0.53 0.7
Hex 89 A3 DB 25 1A 0 E DD 35 46
Octal 211 243 333 45 32 0 16 335 65 106
Binary 10001001 10100011 11011011 100101 11010 0 1110 11011101 110101 1000110

Color Harmonies of #89A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3DB

Black with #89A3DB

Text Example


Text Example

White with #89A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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