Html Css Color HEX #89A2F0 Portage

📋 copy color: '#89A2F0'

red 137 ◦ green 162 ◦ blue 240

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

Shades of Portage #89A2F0

Tints of Portage #89A2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 25.42%
G = 30.06%
B = 44.53%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89A2F0 (or 0x89A2F0) is known color: Portage. HEX triplet: 89, A2 and F0. RGB value is (137,162,240). Sum of RGB (Red+Green+Blue) = 137+162+240=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #89A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2F0 is #765D0F. Grayscale: #A3A3A3. Windows color (decimal): -7757072 or 15770249. OLE color: 15770249.

HSL color Cylindrical-coordinate representation of color #89A2F0: hue angle of 225.44º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89A2F0 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 162 240 -
CMYK 0.43 0.32 0 0.06
HSL 225.44º 0.77% 0.74% -
HSV(B) 225.44º 0.43% 0.94% -
XYZ 38.97 37.45 87.61 -
YUV 163.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 137 162 240 0.43 0.32 0 0.06 225.44 0.77 0.74
Hex 89 A2 F0 2B 20 0 6 E1 4D 4A
Octal 211 242 360 53 40 0 6 341 115 112
Binary 10001001 10100010 11110000 101011 100000 0 110 11100001 1001101 1001010

Color Harmonies of #89A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A2F0

Black with #89A2F0

Text Example


Text Example

White with #89A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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