Html Css Color HEX #889DD9 Portage

📋 copy color: '#889DD9'

red 136 ◦ green 157 ◦ blue 217

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

Shades of Portage #889DD9

Tints of Portage #889DD9

RGB

 RED value IS 136 (53.52% from 255) = 26.67%

 GREEN value IS 157 (61.72% from 255) = 30.78%

 BLUE value IS 217 (85.16% from 255) = 42.55%

R = 26.67%
G = 30.78%
B = 42.55%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#889DD9 (or 0x889DD9) is known color: Portage. HEX triplet: 88, 9D and D9. RGB value is (136,157,217). Sum of RGB (Red+Green+Blue) = 136+157+217=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #889DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DD9 is #776226. Grayscale: #9D9D9D. Windows color (decimal): -7823911 or 14261640. OLE color: 14261640.

HSL color Cylindrical-coordinate representation of color #889DD9: hue angle of 224.44º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #889DD9 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 157 217 -
CMYK 0.37 0.28 0 0.15
HSL 224.44º 0.52% 0.69% -
HSV(B) 224.44º 0.37% 0.85% -
XYZ 34.73 34.36 70.45 -
YUV 157.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 136 157 217 0.37 0.28 0 0.15 224.44 0.52 0.69
Hex 88 9D D9 25 1C 0 F E0 34 45
Octal 210 235 331 45 34 0 17 340 64 105
Binary 10001000 10011101 11011001 100101 11100 0 1111 11100000 110100 1000101

Color Harmonies of #889DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DD9

Black with #889DD9

Text Example


Text Example

White with #889DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889DD9; }

 p { color: rgb(136,157,217); }

 H1.HeaderClassName
 {
   color: #889DD9;
 }
 .AnyTagClassName
 {
   color: #889DD9;
 }
</style>

background-color css

<style>
 a { background-color: #889DD9; }

 a { background-color: rgb(136,157,217); }

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

border-color css

<style>
 span { border-color: #889DD9; }

 span { border-color: rgb(136,157,217); }

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