Html Css Color HEX #889BDA Portage

📋 copy color: '#889BDA'

red 136 ◦ green 155 ◦ blue 218

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

Shades of Portage #889BDA

Tints of Portage #889BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 26.72%
G = 30.45%
B = 42.83%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#889BDA (or 0x889BDA) is known color: Portage. HEX triplet: 88, 9B and DA. RGB value is (136,155,218). Sum of RGB (Red+Green+Blue) = 136+155+218=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #889BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BDA is #776425. Grayscale: #9C9C9C. Windows color (decimal): -7824422 or 14326664. OLE color: 14326664.

HSL color Cylindrical-coordinate representation of color #889BDA: hue angle of 226.1º 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 #889BDA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 155 218 -
CMYK 0.38 0.29 0 0.15
HSL 226.1º 0.53% 0.69% -
HSV(B) 226.1º 0.38% 0.85% -
XYZ 34.53 33.74 71.02 -
YUV 156.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 136 155 218 0.38 0.29 0 0.15 226.1 0.53 0.69
Hex 88 9B DA 26 1D 0 F E2 35 45
Octal 210 233 332 46 35 0 17 342 65 105
Binary 10001000 10011011 11011010 100110 11101 0 1111 11100010 110101 1000101

Color Harmonies of #889BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BDA

Black with #889BDA

Text Example


Text Example

White with #889BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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