#889CD4

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

Shades of Portage #889CD4

Tints of Portage #889CD4

Color information

#889CD4 (or 0x889CD4) is unknown color: approx Portage. HEX triplet: 88, 9C and D4. RGB value is (136,156,212). Sum of RGB (Red+Green+Blue) = 136+156+212=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #889CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CD4 is #77632B. Grayscale: #9C9C9C. Windows color (decimal): -7824172 or 13933704. OLE color: 13933704.

HSL color Cylindrical-coordinate representation of color #889CD4: hue angle of 224.21º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889CD4 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB136156212-
CMYK0.360.2600.17
HSL224.21º46.91%68.24%-
HSV(B)224.21º35.85%83.14%-
XYZ33.9333.7667.02-
YUV156.4159.37113.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=26.98%
G=30.95%
B=42.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1361562120.360.2600.17224.2146.9168.24
Hex889CD4241A011e02f44
Octal210234324443202134057104
Binary10001000100111001101010010010011010010001111000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,156,212); }

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

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

 a { background-color: rgb(136,156,212); }

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

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

 span { border-color: rgb(136,156,212); }

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