Html Css Color HEX #889DDA Portage

📋 copy color: '#889DDA'

red 136 ◦ green 157 ◦ blue 218

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

Shades of Portage #889DDA

Tints of Portage #889DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 26.61%
G = 30.72%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#889DDA (or 0x889DDA) is known color: Portage. HEX triplet: 88, 9D and DA. RGB value is (136,157,218). Sum of RGB (Red+Green+Blue) = 136+157+218=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #889DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDA is #776225. Grayscale: #9D9D9D. Windows color (decimal): -7823910 or 14327176. OLE color: 14327176.

HSL color Cylindrical-coordinate representation of color #889DDA: hue angle of 224.63º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889DDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 157 218 -
CMYK 0.38 0.28 0 0.15
HSL 224.63º 0.53% 0.69% -
HSV(B) 224.63º 0.38% 0.85% -
XYZ 34.87 34.41 71.13 -
YUV 157.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 136 157 218 0.38 0.28 0 0.15 224.63 0.53 0.69
Hex 88 9D DA 26 1C 0 F E1 35 45
Octal 210 235 332 46 34 0 17 341 65 105
Binary 10001000 10011101 11011010 100110 11100 0 1111 11100001 110101 1000101

Color Harmonies of #889DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DDA

Black with #889DDA

Text Example


Text Example

White with #889DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,218); }

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

background-color css

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

 a { background-color: rgb(136,157,218); }

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

border-color css

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

 span { border-color: rgb(136,157,218); }

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