Html Css Color HEX #889FDE Portage

📋 copy color: '#889FDE'

red 136 ◦ green 159 ◦ blue 222

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

Shades of Portage #889FDE

Tints of Portage #889FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 26.31%
G = 30.75%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889FDE (or 0x889FDE) is known color: Portage. HEX triplet: 88, 9F and DE. RGB value is (136,159,222). Sum of RGB (Red+Green+Blue) = 136+159+222=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #889FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FDE is #776021. Grayscale: #9F9F9F. Windows color (decimal): -7823394 or 14589832. OLE color: 14589832.

HSL color Cylindrical-coordinate representation of color #889FDE: hue angle of 223.95º degrees, saturation: 0.57, 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 #889FDE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 159 222 -
CMYK 0.39 0.28 0 0.13
HSL 223.95º 0.57% 0.7% -
HSV(B) 223.95º 0.39% 0.87% -
XYZ 35.74 35.3 74.04 -
YUV 159.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 136 159 222 0.39 0.28 0 0.13 223.95 0.57 0.7
Hex 88 9F DE 27 1C 0 D E0 39 46
Octal 210 237 336 47 34 0 15 340 71 106
Binary 10001000 10011111 11011110 100111 11100 0 1101 11100000 111001 1000110

Color Harmonies of #889FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FDE

Black with #889FDE

Text Example


Text Example

White with #889FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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