Html Css Color HEX #889BDD Portage

📋 copy color: '#889BDD'

red 136 ◦ green 155 ◦ blue 221

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

Shades of Portage #889BDD

Tints of Portage #889BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 26.56%
G = 30.27%
B = 43.16%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#889BDD (or 0x889BDD) is known color: Portage. HEX triplet: 88, 9B and DD. RGB value is (136,155,221). Sum of RGB (Red+Green+Blue) = 136+155+221=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #889BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BDD is #776422. Grayscale: #9C9C9C. Windows color (decimal): -7824419 or 14523272. OLE color: 14523272.

HSL color Cylindrical-coordinate representation of color #889BDD: hue angle of 226.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889BDD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 155 221 -
CMYK 0.38 0.30 0 0.13
HSL 226.59º 0.56% 0.7% -
HSV(B) 226.59º 0.38% 0.87% -
XYZ 34.93 33.9 73.11 -
YUV 156.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 136 155 221 0.38 0.30 0 0.13 226.59 0.56 0.7
Hex 88 9B DD 26 1E 0 D E3 38 46
Octal 210 233 335 46 36 0 15 343 70 106
Binary 10001000 10011011 11011101 100110 11110 0 1101 11100011 111000 1000110

Color Harmonies of #889BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BDD

Black with #889BDD

Text Example


Text Example

White with #889BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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