Html Css Color HEX #889ED6 Portage

📋 copy color: '#889ED6'

red 136 ◦ green 158 ◦ blue 214

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

Shades of Portage #889ED6

Tints of Portage #889ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 26.77%
G = 31.1%
B = 42.13%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#889ED6 (or 0x889ED6) is known color: Portage. HEX triplet: 88, 9E and D6. RGB value is (136,158,214). Sum of RGB (Red+Green+Blue) = 136+158+214=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #889ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ED6 is #776129. Grayscale: #9D9D9D. Windows color (decimal): -7823658 or 14065288. OLE color: 14065288.

HSL color Cylindrical-coordinate representation of color #889ED6: hue angle of 223.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889ED6 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 158 214 -
CMYK 0.36 0.26 0 0.16
HSL 223.08º 0.49% 0.69% -
HSV(B) 223.08º 0.36% 0.84% -
XYZ 34.52 34.54 68.47 -
YUV 157.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 136 158 214 0.36 0.26 0 0.16 223.08 0.49 0.69
Hex 88 9E D6 24 1A 0 10 DF 31 45
Octal 210 236 326 44 32 0 20 337 61 105
Binary 10001000 10011110 11010110 100100 11010 0 10000 11011111 110001 1000101

Color Harmonies of #889ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ED6

Black with #889ED6

Text Example


Text Example

White with #889ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,158,214); }

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

background-color css

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

 a { background-color: rgb(136,158,214); }

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

border-color css

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

 span { border-color: rgb(136,158,214); }

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