Html Css Color HEX #889BCE Portage

📋 copy color: '#889BCE'

red 136 ◦ green 155 ◦ blue 206

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

Shades of Portage #889BCE

Tints of Portage #889BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 27.36%
G = 31.19%
B = 41.45%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889BCE (or 0x889BCE) is known color: Portage. HEX triplet: 88, 9B and CE. RGB value is (136,155,206). Sum of RGB (Red+Green+Blue) = 136+155+206=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #889BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCE is #776431. Grayscale: #9A9A9A. Windows color (decimal): -7824434 or 13540232. OLE color: 13540232.

HSL color Cylindrical-coordinate representation of color #889BCE: hue angle of 223.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889BCE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 155 206 -
CMYK 0.34 0.25 0 0.19
HSL 223.71º 0.42% 0.67% -
HSV(B) 223.71º 0.34% 0.81% -
XYZ 33.02 33.13 63.05 -
YUV 155.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 136 155 206 0.34 0.25 0 0.19 223.71 0.42 0.67
Hex 88 9B CE 22 19 0 13 E0 2A 43
Octal 210 233 316 42 31 0 23 340 52 103
Binary 10001000 10011011 11001110 100010 11001 0 10011 11100000 101010 1000011

Color Harmonies of #889BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BCE

Black with #889BCE

Text Example


Text Example

White with #889BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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