Html Css Color HEX #89A3D2 Polo Blue

📋 copy color: '#89A3D2'

red 137 ◦ green 163 ◦ blue 210

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

Shades of Polo Blue #89A3D2

Tints of Polo Blue #89A3D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 26.86%
G = 31.96%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#89A3D2 (or 0x89A3D2) is known color: Polo Blue. HEX triplet: 89, A3 and D2. RGB value is (137,163,210). Sum of RGB (Red+Green+Blue) = 137+163+210=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #89A3D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3D2 is #765C2D. Grayscale: #A0A0A0. Windows color (decimal): -7756846 or 13804425. OLE color: 13804425.

HSL color Cylindrical-coordinate representation of color #89A3D2: hue angle of 218.63º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89A3D2 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 163 210 -
CMYK 0.35 0.22 0 0.18
HSL 218.63º 0.45% 0.68% -
HSV(B) 218.63º 0.35% 0.82% -
XYZ 35.05 36.17 66.11 -
YUV 160.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 137 163 210 0.35 0.22 0 0.18 218.63 0.45 0.68
Hex 89 A3 D2 23 16 0 12 DB 2D 44
Octal 211 243 322 43 26 0 22 333 55 104
Binary 10001001 10100011 11010010 100011 10110 0 10010 11011011 101101 1000100

Color Harmonies of #89A3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3D2

Black with #89A3D2

Text Example


Text Example

White with #89A3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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