Html Css Color HEX #89A1DB Portage

📋 copy color: '#89A1DB'

red 137 ◦ green 161 ◦ blue 219

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

Shades of Portage #89A1DB

Tints of Portage #89A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.14%

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

R = 26.5%
G = 31.14%
B = 42.36%

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

#89A1DB (or 0x89A1DB) is known color: Portage. HEX triplet: 89, A1 and DB. RGB value is (137,161,219). Sum of RGB (Red+Green+Blue) = 137+161+219=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #89A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1DB is #765E24. Grayscale: #A0A0A0. Windows color (decimal): -7757349 or 14393737. OLE color: 14393737.

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

Color convert

RGB 137 161 219 -
CMYK 0.37 0.26 0 0.14
HSL 222.44º 0.53% 0.7% -
HSV(B) 222.44º 0.37% 0.86% -
XYZ 35.85 35.92 72.06 -
YUV 160.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 137 161 219 0.37 0.26 0 0.14 222.44 0.53 0.7
Hex 89 A1 DB 25 1A 0 E DE 35 46
Octal 211 241 333 45 32 0 16 336 65 106
Binary 10001001 10100001 11011011 100101 11010 0 1110 11011110 110101 1000110

Color Harmonies of #89A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A1DB

Black with #89A1DB

Text Example


Text Example

White with #89A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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