Html Css Color HEX #89A3DE Portage

📋 copy color: '#89A3DE'

red 137 ◦ green 163 ◦ blue 222

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

Shades of Portage #89A3DE

Tints of Portage #89A3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 26.25%
G = 31.23%
B = 42.53%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89A3DE (or 0x89A3DE) is known color: Portage. HEX triplet: 89, A3 and DE. RGB value is (137,163,222). Sum of RGB (Red+Green+Blue) = 137+163+222=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #89A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3DE is #765C21. Grayscale: #A1A1A1. Windows color (decimal): -7756834 or 14590857. OLE color: 14590857.

HSL color Cylindrical-coordinate representation of color #89A3DE: hue angle of 221.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A3DE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 163 222 -
CMYK 0.38 0.27 0 0.13
HSL 221.65º 0.56% 0.7% -
HSV(B) 221.65º 0.38% 0.87% -
XYZ 36.6 36.79 74.28 -
YUV 161.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 137 163 222 0.38 0.27 0 0.13 221.65 0.56 0.7
Hex 89 A3 DE 26 1B 0 D DE 38 46
Octal 211 243 336 46 33 0 15 336 70 106
Binary 10001001 10100011 11011110 100110 11011 0 1101 11011110 111000 1000110

Color Harmonies of #89A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3DE

Black with #89A3DE

Text Example


Text Example

White with #89A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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