Html Css Color HEX #89A0EC Portage

📋 copy color: '#89A0EC'

red 137 ◦ green 160 ◦ blue 236

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

Shades of Portage #89A0EC

Tints of Portage #89A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 25.7%
G = 30.02%
B = 44.28%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89A0EC (or 0x89A0EC) is known color: Portage. HEX triplet: 89, A0 and EC. RGB value is (137,160,236). Sum of RGB (Red+Green+Blue) = 137+160+236=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #89A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0EC is #765F13. Grayscale: #A1A1A1. Windows color (decimal): -7757588 or 15507593. OLE color: 15507593.

HSL color Cylindrical-coordinate representation of color #89A0EC: hue angle of 226.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89A0EC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 160 236 -
CMYK 0.42 0.32 0 0.07
HSL 226.06º 0.72% 0.73% -
HSV(B) 226.06º 0.42% 0.93% -
XYZ 38.03 36.52 84.4 -
YUV 161.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 137 160 236 0.42 0.32 0 0.07 226.06 0.72 0.73
Hex 89 A0 EC 2A 20 0 7 E2 48 49
Octal 211 240 354 52 40 0 7 342 110 111
Binary 10001001 10100000 11101100 101010 100000 0 111 11100010 1001000 1001001

Color Harmonies of #89A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0EC

Black with #89A0EC

Text Example


Text Example

White with #89A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,160,236); }

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

background-color css

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

 a { background-color: rgb(137,160,236); }

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

border-color css

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

 span { border-color: rgb(137,160,236); }

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