Html Css Color HEX #889FEC Portage

📋 copy color: '#889FEC'

red 136 ◦ green 159 ◦ blue 236

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

Shades of Portage #889FEC

Tints of Portage #889FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 25.61%
G = 29.94%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#889FEC (or 0x889FEC) is known color: Portage. HEX triplet: 88, 9F and EC. RGB value is (136,159,236). Sum of RGB (Red+Green+Blue) = 136+159+236=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #889FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FEC is #776013. Grayscale: #A0A0A0. Windows color (decimal): -7823380 or 15507336. OLE color: 15507336.

HSL color Cylindrical-coordinate representation of color #889FEC: hue angle of 226.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889FEC is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 159 236 -
CMYK 0.42 0.33 0 0.07
HSL 226.2º 0.72% 0.73% -
HSV(B) 226.2º 0.42% 0.93% -
XYZ 37.69 36.09 84.34 -
YUV 160.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 136 159 236 0.42 0.33 0 0.07 226.2 0.72 0.73
Hex 88 9F EC 2A 21 0 7 E2 48 49
Octal 210 237 354 52 41 0 7 342 110 111
Binary 10001000 10011111 11101100 101010 100001 0 111 11100010 1001000 1001001

Color Harmonies of #889FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FEC

Black with #889FEC

Text Example


Text Example

White with #889FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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