Html Css Color HEX #89A4DF Portage

📋 copy color: '#89A4DF'

red 137 ◦ green 164 ◦ blue 223

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

Shades of Portage #89A4DF

Tints of Portage #89A4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

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

R = 26.15%
G = 31.3%
B = 42.56%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89A4DF (or 0x89A4DF) is known color: Portage. HEX triplet: 89, A4 and DF. RGB value is (137,164,223). Sum of RGB (Red+Green+Blue) = 137+164+223=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4DF is #765B20. Grayscale: #A2A2A2. Windows color (decimal): -7756577 or 14656649. OLE color: 14656649.

HSL color Cylindrical-coordinate representation of color #89A4DF: hue angle of 221.16º 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 #89A4DF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 164 223 -
CMYK 0.39 0.26 0 0.13
HSL 221.16º 0.57% 0.71% -
HSV(B) 221.16º 0.39% 0.87% -
XYZ 36.91 37.2 75.05 -
YUV 162.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 137 164 223 0.39 0.26 0 0.13 221.16 0.57 0.71
Hex 89 A4 DF 27 1A 0 D DD 39 47
Octal 211 244 337 47 32 0 15 335 71 107
Binary 10001001 10100100 11011111 100111 11010 0 1101 11011101 111001 1000111

Color Harmonies of #89A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4DF

Black with #89A4DF

Text Example


Text Example

White with #89A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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