#889BCD

Color #889BCD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #889BCD

Tints of Portage #889BCD

Color information

#889BCD (or 0x889BCD) is unknown color: approx Portage. HEX triplet: 88, 9B and CD. RGB value is (136,155,205). Sum of RGB (Red+Green+Blue) = 136+155+205=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #889BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCD is #776432. Grayscale: #9A9A9A. Windows color (decimal): -7824435 or 13474696. OLE color: 13474696.

HSL color Cylindrical-coordinate representation of color #889BCD: hue angle of 223.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889BCD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136155205-
CMYK0.340.2400.20
HSL223.48º40.83%66.86%-
HSV(B)223.48º33.66%80.39%-
XYZ32.8933.0862.41-
YUV155.02156.21114.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=27.42%
G=31.25%
B=41.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361552050.340.2400.20223.4840.8366.86
Hex889BCD2218014df2943
Octal210233315423002433751103
Binary10001000100110111100110110001011000010100110111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #889BCD;
 }
 .AnyTagClassName
 {
   color: #889BCD;
 }
</style>
background-color css

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

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

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

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

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

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