Html Css Color HEX #89A5DF Portage

📋 copy color: '#89A5DF'

red 137 ◦ green 165 ◦ blue 223

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

Shades of Portage #89A5DF

Tints of Portage #89A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

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

R = 26.1%
G = 31.43%
B = 42.48%

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

#89A5DF (or 0x89A5DF) is known color: Portage. HEX triplet: 89, A5 and DF. RGB value is (137,165,223). Sum of RGB (Red+Green+Blue) = 137+165+223=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5DF is #765A20. Grayscale: #A2A2A2. Windows color (decimal): -7756321 or 14656905. OLE color: 14656905.

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

Color convert

RGB 137 165 223 -
CMYK 0.39 0.26 0 0.13
HSL 220.47º 0.57% 0.71% -
HSV(B) 220.47º 0.39% 0.87% -
XYZ 37.09 37.56 75.11 -
YUV 163.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 137 165 223 0.39 0.26 0 0.13 220.47 0.57 0.71
Hex 89 A5 DF 27 1A 0 D DC 39 47
Octal 211 245 337 47 32 0 15 334 71 107
Binary 10001001 10100101 11011111 100111 11010 0 1101 11011100 111001 1000111

Color Harmonies of #89A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5DF

Black with #89A5DF

Text Example


Text Example

White with #89A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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