Html Css Color HEX #889FDD Portage

📋 copy color: '#889FDD'

red 136 ◦ green 159 ◦ blue 221

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

Shades of Portage #889FDD

Tints of Portage #889FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.81%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 26.36%
G = 30.81%
B = 42.83%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889FDD (or 0x889FDD) is known color: Portage. HEX triplet: 88, 9F and DD. RGB value is (136,159,221). Sum of RGB (Red+Green+Blue) = 136+159+221=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #889FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FDD is #776022. Grayscale: #9E9E9E. Windows color (decimal): -7823395 or 14524296. OLE color: 14524296.

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

Color convert

RGB 136 159 221 -
CMYK 0.38 0.28 0 0.13
HSL 223.76º 0.56% 0.7% -
HSV(B) 223.76º 0.38% 0.87% -
XYZ 35.6 35.25 73.33 -
YUV 159.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 136 159 221 0.38 0.28 0 0.13 223.76 0.56 0.7
Hex 88 9F DD 26 1C 0 D E0 38 46
Octal 210 237 335 46 34 0 15 340 70 106
Binary 10001000 10011111 11011101 100110 11100 0 1101 11100000 111000 1000110

Color Harmonies of #889FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FDD

Black with #889FDD

Text Example


Text Example

White with #889FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,159,221); }

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

background-color css

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

 a { background-color: rgb(136,159,221); }

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

border-color css

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

 span { border-color: rgb(136,159,221); }

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