Html Css Color HEX #89A1EB Portage

📋 copy color: '#89A1EB'

red 137 ◦ green 161 ◦ blue 235

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

Shades of Portage #89A1EB

Tints of Portage #89A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.21%

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 25.7%
G = 30.21%
B = 44.09%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89A1EB (or 0x89A1EB) is known color: Portage. HEX triplet: 89, A1 and EB. RGB value is (137,161,235). Sum of RGB (Red+Green+Blue) = 137+161+235=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #89A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A1EB is #765E14. Grayscale: #A1A1A1. Windows color (decimal): -7757333 or 15442313. OLE color: 15442313.

HSL color Cylindrical-coordinate representation of color #89A1EB: hue angle of 225.31º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89A1EB is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 161 235 -
CMYK 0.42 0.31 0 0.08
HSL 225.31º 0.71% 0.73% -
HSV(B) 225.31º 0.42% 0.92% -
XYZ 38.06 36.81 83.7 -
YUV 162.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 137 161 235 0.42 0.31 0 0.08 225.31 0.71 0.73
Hex 89 A1 EB 2A 1F 0 8 E1 47 49
Octal 211 241 353 52 37 0 10 341 107 111
Binary 10001001 10100001 11101011 101010 11111 0 1000 11100001 1000111 1001001

Color Harmonies of #89A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A1EB

Black with #89A1EB

Text Example


Text Example

White with #89A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,161,235); }

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

background-color css

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

 a { background-color: rgb(137,161,235); }

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

border-color css

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

 span { border-color: rgb(137,161,235); }

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