Html Css Color HEX #889DDF Portage

📋 copy color: '#889DDF'

red 136 ◦ green 157 ◦ blue 223

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

Shades of Portage #889DDF

Tints of Portage #889DDF

RGB

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

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

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

R = 26.36%
G = 30.43%
B = 43.22%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889DDF (or 0x889DDF) is known color: Portage. HEX triplet: 88, 9D and DF. RGB value is (136,157,223). Sum of RGB (Red+Green+Blue) = 136+157+223=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #889DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDF is #776220. Grayscale: #9D9D9D. Windows color (decimal): -7823905 or 14654856. OLE color: 14654856.

HSL color Cylindrical-coordinate representation of color #889DDF: hue angle of 225.52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889DDF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 157 223 -
CMYK 0.39 0.30 0 0.13
HSL 225.52º 0.58% 0.7% -
HSV(B) 225.52º 0.39% 0.87% -
XYZ 35.53 34.68 74.63 -
YUV 158.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 136 157 223 0.39 0.30 0 0.13 225.52 0.58 0.7
Hex 88 9D DF 27 1E 0 D E2 3A 46
Octal 210 235 337 47 36 0 15 342 72 106
Binary 10001000 10011101 11011111 100111 11110 0 1101 11100010 111010 1000110

Color Harmonies of #889DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DDF

Black with #889DDF

Text Example


Text Example

White with #889DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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