Html Css Color HEX #89A3DC Portage

📋 copy color: '#89A3DC'

red 137 ◦ green 163 ◦ blue 220

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

Shades of Portage #89A3DC

Tints of Portage #89A3DC

RGB

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

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

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

R = 26.35%
G = 31.35%
B = 42.31%

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

#89A3DC (or 0x89A3DC) is known color: Portage. HEX triplet: 89, A3 and DC. RGB value is (137,163,220). Sum of RGB (Red+Green+Blue) = 137+163+220=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3DC is #765C23. Grayscale: #A1A1A1. Windows color (decimal): -7756836 or 14459785. OLE color: 14459785.

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

Color convert

RGB 137 163 220 -
CMYK 0.38 0.26 0 0.14
HSL 221.2º 0.54% 0.7% -
HSV(B) 221.2º 0.38% 0.86% -
XYZ 36.33 36.68 72.88 -
YUV 161.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 137 163 220 0.38 0.26 0 0.14 221.2 0.54 0.7
Hex 89 A3 DC 26 1A 0 E DD 36 46
Octal 211 243 334 46 32 0 16 335 66 106
Binary 10001001 10100011 11011100 100110 11010 0 1110 11011101 110110 1000110

Color Harmonies of #89A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3DC

Black with #89A3DC

Text Example


Text Example

White with #89A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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