Html Css Color HEX #89A2DC Portage

📋 copy color: '#89A2DC'

red 137 ◦ green 162 ◦ blue 220

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

Shades of Portage #89A2DC

Tints of Portage #89A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.21%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 26.4%
G = 31.21%
B = 42.39%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89A2DC (or 0x89A2DC) is known color: Portage. HEX triplet: 89, A2 and DC. RGB value is (137,162,220). Sum of RGB (Red+Green+Blue) = 137+162+220=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2DC is #765D23. Grayscale: #A0A0A0. Windows color (decimal): -7757092 or 14459529. OLE color: 14459529.

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

Color convert

RGB 137 162 220 -
CMYK 0.38 0.26 0 0.14
HSL 221.93º 0.54% 0.7% -
HSV(B) 221.93º 0.38% 0.86% -
XYZ 36.16 36.33 72.82 -
YUV 161.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 137 162 220 0.38 0.26 0 0.14 221.93 0.54 0.7
Hex 89 A2 DC 26 1A 0 E DE 36 46
Octal 211 242 334 46 32 0 16 336 66 106
Binary 10001001 10100010 11011100 100110 11010 0 1110 11011110 110110 1000110

Color Harmonies of #89A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A2DC

Black with #89A2DC

Text Example


Text Example

White with #89A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,162,220); }

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

background-color css

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

 a { background-color: rgb(137,162,220); }

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

border-color css

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

 span { border-color: rgb(137,162,220); }

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