Html Css Color HEX #89A3DF Portage

📋 copy color: '#89A3DF'

red 137 ◦ green 163 ◦ blue 223

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

Shades of Portage #89A3DF

Tints of Portage #89A3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 26.2%
G = 31.17%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89A3DF (or 0x89A3DF) is known color: Portage. HEX triplet: 89, A3 and DF. RGB value is (137,163,223). Sum of RGB (Red+Green+Blue) = 137+163+223=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3DF is #765C20. Grayscale: #A1A1A1. Windows color (decimal): -7756833 or 14656393. OLE color: 14656393.

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

Color convert

RGB 137 163 223 -
CMYK 0.39 0.27 0 0.13
HSL 221.86º 0.57% 0.71% -
HSV(B) 221.86º 0.39% 0.87% -
XYZ 36.73 36.84 74.99 -
YUV 162.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 137 163 223 0.39 0.27 0 0.13 221.86 0.57 0.71
Hex 89 A3 DF 27 1B 0 D DE 39 47
Octal 211 243 337 47 33 0 15 336 71 107
Binary 10001001 10100011 11011111 100111 11011 0 1101 11011110 111001 1000111

Color Harmonies of #89A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3DF

Black with #89A3DF

Text Example


Text Example

White with #89A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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