Html Css Color HEX #889ED4 Portage

📋 copy color: '#889ED4'

red 136 ◦ green 158 ◦ blue 212

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

Shades of Portage #889ED4

Tints of Portage #889ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 26.88%
G = 31.23%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#889ED4 (or 0x889ED4) is known color: Portage. HEX triplet: 88, 9E and D4. RGB value is (136,158,212). Sum of RGB (Red+Green+Blue) = 136+158+212=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #889ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ED4 is #77612B. Grayscale: #9D9D9D. Windows color (decimal): -7823660 or 13934216. OLE color: 13934216.

HSL color Cylindrical-coordinate representation of color #889ED4: hue angle of 222.63º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889ED4 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 158 212 -
CMYK 0.36 0.25 0 0.17
HSL 222.63º 0.47% 0.68% -
HSV(B) 222.63º 0.36% 0.83% -
XYZ 34.26 34.44 67.13 -
YUV 157.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 136 158 212 0.36 0.25 0 0.17 222.63 0.47 0.68
Hex 88 9E D4 24 19 0 11 DF 2F 44
Octal 210 236 324 44 31 0 21 337 57 104
Binary 10001000 10011110 11010100 100100 11001 0 10001 11011111 101111 1000100

Color Harmonies of #889ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ED4

Black with #889ED4

Text Example


Text Example

White with #889ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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