#889BD2

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

Shades of Portage #889BD2

Tints of Portage #889BD2

Color information

#889BD2 (or 0x889BD2) is unknown color: approx Portage. HEX triplet: 88, 9B and D2. RGB value is (136,155,210). Sum of RGB (Red+Green+Blue) = 136+155+210=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #889BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BD2 is #77642D. Grayscale: #9B9B9B. Windows color (decimal): -7824430 or 13802376. OLE color: 13802376.

HSL color Cylindrical-coordinate representation of color #889BD2: hue angle of 224.59º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889BD2 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136155210-
CMYK0.350.2600.18
HSL224.59º45.12%67.84%-
HSV(B)224.59º35.24%82.35%-
XYZ33.5133.3365.64-
YUV155.59158.71114.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 210 (82.42% from 255) = 41.92%
R=27.15%
G=30.94%
B=41.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361552100.350.2600.18224.5945.1267.84
Hex889BD2231A012e12d44
Octal210233322433202234155104
Binary10001000100110111101001010001111010010010111000011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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